Strange. Could you try to change the return type to gboolean and return FALSE? 
I cannot test that right now.
Something like
+static gboolean
+key_press_event_cb (GtkWidget       *widget,
+                   GdkEventKey     *event,
+                   FMDirectoryView *view)
+{
+       remove_update_menus_timeout_callback (view); 
+       real_update_menus (view);
+       return FALSE;
+}

-- 
the copy action doesn't work in the second after a directory load
https://bugs.launchpad.net/bugs/495723
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to