CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   07/09/12 09:55:59

Modified files:
        .              : ChangeLog 
        gui            : kde.cpp 

Log message:
        Add default value for utf8 to kde.cpp (notify_key_event)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4285&r2=1.4286
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/kde.cpp?cvsroot=gnash&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4285
retrieving revision 1.4286
diff -u -b -r1.4285 -r1.4286
--- ChangeLog   12 Sep 2007 09:21:03 -0000      1.4285
+++ ChangeLog   12 Sep 2007 09:55:59 -0000      1.4286
@@ -2,6 +2,7 @@
 
        * testsuite/MovieTester{cpp,h}: remove utf8 from keypress,
          pass default value.
+       * gui/kde.cpp: Add default value to utf8.
 
 2007-09-12 Zou Lunkai <[EMAIL PROTECTED]>
 

Index: gui/kde.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/kde.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- gui/kde.cpp 26 Jul 2007 19:43:24 -0000      1.20
+++ gui/kde.cpp 12 Sep 2007 09:55:59 -0000      1.21
@@ -246,7 +246,7 @@
 {
     gnash::key::code c = qtToGnashKey(event);
     int mod = qtToGnashModifier(event->state());
-    notify_key_event(c, mod, down);
+    notify_key_event(c, 0, mod, down);
 }
 
 void


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to