aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toolbar-editor.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-19 08:24:50 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-19 08:24:50 +0800
commitaa8e74d93a2c9fb43da9a5a8259cce7c75b1677f (patch)
tree58331d8098089f73dc8d8daa91158e8592a11a34 /lib/egg/egg-toolbar-editor.h
parent01ad74b01b77d67fb5591c2dc960bde63f90fdcd (diff)
downloadgsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.gz
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.bz2
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.lz
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.xz
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.zst
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.zip
When removing a toolbar, make its items available again in the toolbar
2004-02-19 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (toolbar_removed_cb), (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init), (update_actions_list), (egg_toolbar_editor_load_actions): * lib/egg/egg-toolbar-editor.h: When removing a toolbar, make its items available again in the toolbar editor. Fixes bug #131182.
Diffstat (limited to 'lib/egg/egg-toolbar-editor.h')
-rwxr-xr-xlib/egg/egg-toolbar-editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h
index 671dfa26e..5a96ad46f 100755
--- a/lib/egg/egg-toolbar-editor.h
+++ b/lib/egg/egg-toolbar-editor.h
@@ -56,8 +56,6 @@ struct EggToolbarEditorClass
GType egg_toolbar_editor_get_type (void);
GtkWidget *egg_toolbar_editor_new (GtkUIManager *merge,
EggToolbarsModel *model);
-void egg_toolbar_editor_add_action (EggToolbarEditor *editor,
- const char *action_name);
void egg_toolbar_editor_load_actions (EggToolbarEditor *editor,
const char *xml_file);