aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/appearance-prefs.c7
-rw-r--r--src/ephy-shell.c2
2 files changed, 1 insertions, 8 deletions
diff --git a/src/appearance-prefs.c b/src/appearance-prefs.c
index 85c4d91b9..72d275f35 100755
--- a/src/appearance-prefs.c
+++ b/src/appearance-prefs.c
@@ -201,13 +201,6 @@ setup_font_menu (AppearancePrefs *dialog,
name = default_font;
}
- /* put the default font at the top in the list */
- if (name != NULL)
- {
- fonts = g_list_prepend (fonts,
- (gpointer)g_strdup(name));
- }
-
/* set popdown doesnt like NULL */
if (fonts == NULL)
{
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."));
}