]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-button-settings/opie-button-settings-1.2.1/1624-bugfix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-button-settings / opie-button-settings-1.2.1 / 1624-bugfix.patch
1 Index: button/buttonsettings.cpp
2 ===================================================================
3 RCS file: /cvs/opie/core/settings/button/buttonsettings.cpp,v
4 retrieving revision 1.13
5 retrieving revision 1.14
6 diff -u -u -r1.13 -r1.14
7 --- button/buttonsettings.cpp   24 Apr 2005 20:24:00 -0000      1.13
8 +++ button/buttonsettings.cpp   12 Oct 2005 21:08:35 -0000      1.14
9 @@ -37,7 +37,7 @@
10  #include <qlabel.h>
11  #include <qtimer.h>
12  #include <qscrollview.h>
13 -
14 +#include <qcopchannel_qws.h>
15  
16  using namespace Opie::Core;
17  
18 @@ -157,6 +157,7 @@
19  ButtonSettings::~ButtonSettings ( )
20  {
21      QPEApplication::ungrabKeyboard ( );
22 +    QCopChannel::send ("QPE/System", "deviceButtonMappingChanged()" );
23  }
24  
25  void ButtonSettings::updateLabels ( )