diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 7 |
2 files changed, 8 insertions, 6 deletions
@@ -1,5 +1,12 @@ 2003-10-26 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-editor.c: + (import_dialog_response_cb): + + One set of buttons is enough. + +2003-10-26 Christian Persch <chpe@cvs.gnome.org> + Port to new gtk+ file chooser. * data/epiphany.schemas.in: diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 0236b825b..f5aae275e 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -19,7 +19,7 @@ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #include <gtk/gtktable.h> @@ -548,11 +548,6 @@ import_dialog_response_cb (GtkDialog *dialog, gint response, g_signal_connect (dialog, "response", G_CALLBACK (import_from_file_response_cb), editor); - gtk_dialog_add_buttons (GTK_DIALOG (dialog), - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OPEN, GTK_RESPONSE_OK, - NULL); - gtk_widget_show (GTK_WIDGET (dialog)); } else |