From 46c10af32a80037c438c3c54f455a1db43a93e25 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 10 Jan 2005 00:23:14 +0000 Subject: A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h: 2005-01-10 Christian Persch * data/epiphany.schemas.in: * lib/ephy-prefs.h: * src/Makefile.am: * src/ephy-notebook.c: (tab_label_style_set_cb): * src/ephy-shell.c: (ephy_shell_finalize), (toolbar_style_notifier), (ephy_shell_get_toolbars_model): A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h: * src/window-commands.c: (window_cmd_edit_toolbar): Move toolbar editor dialogue into its own class, and implement a toolbar style override there. Fixes bug #102520. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d865eec3d..c75e08c6d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,6 +38,7 @@ NOINST_H_FILES = \ ephy-navigation-action.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ + ephy-toolbar-editor.h \ pdm-dialog.h \ popup-commands.h \ prefs-dialog.h \ @@ -79,6 +80,7 @@ libephymain_la_SOURCES = \ ephy-tab.h \ ephy-tabs-menu.c \ ephy-toolbars-model.c \ + ephy-toolbar-editor.c \ ephy-window.c \ pdm-dialog.c \ popup-commands.c \ @@ -91,6 +93,7 @@ libephymain_la_SOURCES = \ libephymain_la_CPPFLAGS = \ -I$(top_builddir)/lib \ + -I$(top_builddir)/lib/egg \ -I$(top_builddir)/embed \ -I$(top_srcdir)/embed \ -I$(top_srcdir)/lib \ -- cgit