Advertisement
Guest User

gmenu_patch2

a guest
Oct 27th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.47 KB | None | 0 0
  1. === modified file 'GMenu/src/applet-entry.c'
  2. --- GMenu/src/applet-entry.c    2013-10-07 14:12:52 +0000
  3. +++ GMenu/src/applet-entry.c    2013-10-24 12:16:21 +0000
  4. @@ -390,9 +390,6 @@
  5.  static gboolean _on_key_pressed_menu (GtkWidget *pMenu, GdkEventKey *pEvent,
  6.     GldiModuleInstance *myApplet)
  7.  {
  8. -   // redirect the signal to the entry
  9. -   g_signal_emit_by_name (myData.pEntry, "key-press-event", pEvent, myApplet);
  10. -
  11.     if (s_pOtherEntries != NULL)
  12.     {
  13.         switch (pEvent->keyval)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement