diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-26 19:01:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-26 19:01:23 +0800 |
commit | 52d5569982192a6e9d7813a9674c4e5f0cc880f5 (patch) | |
tree | 312238bcda7d4109d5032ecbb25d2106c48a1b9c /src | |
parent | eb6b2cdb2e89e41759cf3b1cd136cfca42e6e42b (diff) | |
download | gsoc2013-epiphany-52d5569982192a6e9d7813a9674c4e5f0cc880f5.tar gsoc2013-epiphany-52d5569982192a6e9d7813a9674c4e5f0cc880f5.tar.gz gsoc2013-epiphany-52d5569982192a6e9d7813a9674c4e5f0cc880f5.tar.bz2 gsoc2013-epiphany-52d5569982192a6e9d7813a9674c4e5f0cc880f5.tar.lz gsoc2013-epiphany-52d5569982192a6e9d7813a9674c4e5f0cc880f5.tar.xz gsoc2013-epiphany-52d5569982192a6e9d7813a9674c4e5f0cc880f5.tar.zst gsoc2013-epiphany-52d5569982192a6e9d7813a9674c4e5f0cc880f5.zip |
One set of buttons is enough.
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 7 |
1 files changed, 1 insertions, 6 deletions
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 |