aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-05-20 18:47:30 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-20 18:47:30 +0800
commit672d06e7f172da3fdcdafb1411d42092ef9f2087 (patch)
treee9bc88605cbdd0eadfbae101740e32233faa43f3 /src/ephy-history-window.c
parentb5959ba28d003e0945ae587761f2e891266dcdfd (diff)
downloadgsoc2013-epiphany-672d06e7f172da3fdcdafb1411d42092ef9f2087.tar
gsoc2013-epiphany-672d06e7f172da3fdcdafb1411d42092ef9f2087.tar.gz
gsoc2013-epiphany-672d06e7f172da3fdcdafb1411d42092ef9f2087.tar.bz2
gsoc2013-epiphany-672d06e7f172da3fdcdafb1411d42092ef9f2087.tar.lz
gsoc2013-epiphany-672d06e7f172da3fdcdafb1411d42092ef9f2087.tar.xz
gsoc2013-epiphany-672d06e7f172da3fdcdafb1411d42092ef9f2087.tar.zst
gsoc2013-epiphany-672d06e7f172da3fdcdafb1411d42092ef9f2087.zip
Fix some warnings. Go back hardcoding defaults in the code, mozilla pref
2003-05-20 Marco Pesenti Gritti <marco@it.gnome.org> * 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.
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
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);