X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fmain.c;h=bb1e1c8f60d365602c8cb972106171855a8889f2;hb=b2ad055bb54dd89f3e8748302cfbd5c6f746d6a4;hp=ff8eafa297d28f30a0b1b936a2675efefaf43d97;hpb=83a7a11ba109b8aee5cdc047dec8b93967ccfc0e;p=evince.git diff --git a/shell/main.c b/shell/main.c index ff8eafa2..bb1e1c8f 100644 --- a/shell/main.c +++ b/shell/main.c @@ -37,6 +37,7 @@ #include "ev-metadata-manager.h" #include "ev-stock-icons.h" #include "eggsmclient.h" +#include "eggdesktopfile.h" static gchar *ev_page_label; static gchar *ev_find_string; @@ -372,7 +373,8 @@ main (int argc, char *argv[]) ev_file_helpers_init (); ev_stock_icons_init (); - gtk_window_set_default_icon_name ("evince"); + + egg_set_desktop_file (GNOMEDATADIR "/applications/evince.desktop"); if (!ev_application_load_session (EV_APP)) load_files (file_arguments, args);