diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-19 08:24:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-19 08:24:50 +0800 |
commit | aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f (patch) | |
tree | 58331d8098089f73dc8d8daa91158e8592a11a34 /lib/egg/egg-toolbar-editor.h | |
parent | 01ad74b01b77d67fb5591c2dc960bde63f90fdcd (diff) | |
download | gsoc2013-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-x | lib/egg/egg-toolbar-editor.h | 2 |
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); |