summaryrefslogtreecommitdiff
path: root/gladeui/glade-popup.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-05-02 18:22:02 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-05-02 18:22:02 +0000
commit737f62c3f5ffeccc1f4f2536c680cb39c8379df4 (patch)
tree109f427cb909e04d4b2a24cf70e305b9e79615d2 /gladeui/glade-popup.h
parentdf677a7ed6aadbaa589619cc59acb548d76ddf9c (diff)
downloadglade-737f62c3f5ffeccc1f4f2536c680cb39c8379df4.tar.gz
Removed submenus for the ancestry since Vincent did that magic to the
* gladeui/glade-popup.[ch], gladeui/glade-widget.c, gladeui/glade-project-view.c: Removed submenus for the ancestry since Vincent did that magic to the project view, all is cleaner now. * gladeui/glade-widget-adaptor.c: Removed #include "glade-binding.h" and all the scripting crap that went with it. svn path=/trunk/; revision=1294
Diffstat (limited to 'gladeui/glade-popup.h')
-rw-r--r--gladeui/glade-popup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gladeui/glade-popup.h b/gladeui/glade-popup.h
index f6382d25..5844878a 100644
--- a/gladeui/glade-popup.h
+++ b/gladeui/glade-popup.h
@@ -4,7 +4,7 @@
G_BEGIN_DECLS
-void glade_popup_widget_pop (GladeWidget *widget, GdkEventButton *event, gboolean add_children);
+void glade_popup_widget_pop (GladeWidget *widget, GdkEventButton *event);
void glade_popup_placeholder_pop (GladePlaceholder *placeholder, GdkEventButton *event);
void glade_popup_clipboard_pop (GladeWidget *widget, GdkEventButton *event);