From 49487ca10a9278035c6ee14ee237f7bed7a4ef99 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 26 Feb 2003 10:49:41 +0000 Subject: Remove an hack used to work around a fixed combo problem 2003-02-26 Marco Pesenti Gritti * src/appearance-prefs.c: (setup_font_menu): Remove an hack used to work around a fixed combo problem * src/ephy-shell.c: (ephy_shell_command_cb): Use info dialog for mozilla bookmarks imported, not error. --- src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-shell.c') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 9dfccb49f..dd8ac4eca 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -145,7 +145,7 @@ ephy_shell_command_cb (EphyEmbedShell *shell, dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, - GTK_MESSAGE_ERROR, + GTK_MESSAGE_INFO, GTK_BUTTONS_OK, _("Mozilla bookmarks imported successfully.")); } -- cgit v1.2.3