X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-application.c;h=83cbcf5c6327af837ef2503de7a905b645be1cb6;hb=6447fe328cd425e6b28d10afd38725a342508e6b;hp=56824e8e611cfa0132c2bf78646a15f4bbfecfa6;hpb=e5c6189ac2baf74dd18c49ab64d7fe01e7763dee;p=evince.git diff --git a/shell/ev-application.c b/shell/ev-application.c index 56824e8e..83cbcf5c 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); }