Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-application.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:28:53 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:28:53 (GMT)
commitbc8fd91eed538ddb9a3fdd3b7e05c9ac16a61c97 (patch)
treea34c839c38e6acc75bcaaa68a43ac188c84c958f /shell/ev-application.c
parente6834c6a4fb18288143851c6020ed1795e0992a8 (diff)
Move stock icons from libmisc to libview and make the API public
Diffstat (limited to 'shell/ev-application.c')
-rw-r--r--shell/ev-application.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 56824e8..83cbcf5 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -412,7 +412,7 @@ ev_application_open_window (EvApplication *application,
}
if (screen) {
- ev_stock_icons_add_icons_path_for_screen (screen);
+ ev_stock_icons_set_screen (screen);
gtk_window_set_screen (GTK_WINDOW (new_window), screen);
}
@@ -536,7 +536,7 @@ ev_application_open_uri_at_dest (EvApplication *application,
}
if (screen) {
- ev_stock_icons_add_icons_path_for_screen (screen);
+ ev_stock_icons_set_screen (screen);
gtk_window_set_screen (GTK_WINDOW (new_window), screen);
}