From 672d06e7f172da3fdcdafb1411d42092ef9f2087 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 20 May 2003 10:47:30 +0000 Subject: Fix some warnings. Go back hardcoding defaults in the code, mozilla pref 2003-05-20 Marco Pesenti Gritti * embed/downloader-view.c: (downloader_view_build_ui): * embed/mozilla/Makefile.am: * embed/mozilla/default-prefs.js: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-prefs.cpp: * embed/mozilla/mozilla-prefs.h: * lib/ephy-dnd.c: (ephy_dnd_node_list_extract_nodes): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/ephy-history-window.c: (ephy_history_window_construct): Fix some warnings. Go back hardcoding defaults in the code, mozilla pref api sucks :/ Cleanup mozilla prefs code, we can use mozilla api directly now, no need for a wrapper like in galeon1. --- src/ephy-history-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 9199a034a..e1605335c 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -951,7 +951,7 @@ ephy_history_window_construct (EphyHistoryWindow *editor) gtk_window_set_title (GTK_WINDOW (editor), _("History")); - icon = gtk_widget_render_icon (GTK_WINDOW (editor), + icon = gtk_widget_render_icon (GTK_WIDGET (editor), EPHY_STOCK_HISTORY, GTK_ICON_SIZE_MENU, NULL); -- cgit v1.2.3