Revision: 7419
Author:   nogu.dev
Date:     Sat Jan 21 06:46:56 2012
Log:      * notify/uim-knotify4.cpp
  - (send_knotify): Fix typo.
http://code.google.com/p/uim/source/detail?r=7419

Modified:
 /trunk/notify/uim-knotify4.cpp

=======================================
--- /trunk/notify/uim-knotify4.cpp      Sat Jan 21 06:30:54 2012
+++ /trunk/notify/uim-knotify4.cpp      Sat Jan 21 06:46:56 2012
@@ -63,9 +63,9 @@
 }

 static uim_bool
-send_knotify(const char *msg, KNotification::StandardEvent)
-{
-    KNotification::event(KNotification::Notification, msg,
+send_knotify(const char *msg, KNotification::StandardEvent eventId)
+{
+    KNotification::event(eventId, msg,
         QPixmap(UIM_PIXMAPSDIR "/uim-icon.png"));
     return UIM_TRUE;
 }

Reply via email to