aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-gui-utils.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-20 08:19:18 +0800
committerDan Winship <danw@src.gnome.org>2001-01-20 08:19:18 +0800
commit7ed4e6f1828bf1607690105ab439e02e9c1521cc (patch)
treee82a47a1069340256a6833f5fa11b19f27159f6e /widgets/misc/e-gui-utils.h
parente755e3d94d6ff8d027ea62db0c03e33adc104cdf (diff)
downloadgsoc2013-evolution-7ed4e6f1828bf1607690105ab439e02e9c1521cc.tar
gsoc2013-evolution-7ed4e6f1828bf1607690105ab439e02e9c1521cc.tar.gz
gsoc2013-evolution-7ed4e6f1828bf1607690105ab439e02e9c1521cc.tar.bz2
gsoc2013-evolution-7ed4e6f1828bf1607690105ab439e02e9c1521cc.tar.lz
gsoc2013-evolution-7ed4e6f1828bf1607690105ab439e02e9c1521cc.tar.xz
gsoc2013-evolution-7ed4e6f1828bf1607690105ab439e02e9c1521cc.tar.zst
gsoc2013-evolution-7ed4e6f1828bf1607690105ab439e02e9c1521cc.zip
s/GdkEventButton/GdkEvent/
* gal/widgets/e-popup-menu.c (e_popup_menu_run): s/GdkEventButton/GdkEvent/ * gal/widgets/e-gui-utils.c (e_popup_menu): ditto, and deal with key events as well svn path=/trunk/; revision=7660
Diffstat (limited to 'widgets/misc/e-gui-utils.h')
-rw-r--r--widgets/misc/e-gui-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h
index b6785aecdd..8ccc8d5df5 100644
--- a/widgets/misc/e-gui-utils.h
+++ b/widgets/misc/e-gui-utils.h
@@ -6,7 +6,7 @@
#include <libgnomeui/gnome-messagebox.h>
-void e_popup_menu (GtkMenu *menu, GdkEventButton *event);
+void e_popup_menu (GtkMenu *menu, GdkEvent *event);
void e_auto_kill_popup_menu_on_hide (GtkMenu *menu);
void e_notice (GtkWindow *window, const char *type, const char *format, ...);
void e_container_foreach_leaf (GtkContainer *container,