X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fmain.c;h=321334b03d93a59de197dd2da2fc1651adfc21e9;hb=08693866e1d7b85df9d362eb4412e94959b3948d;hp=6cd14e882b1cdc55d42038177d30ae648871d948;hpb=1c0d19bd22598eca159c3febdcdaf4168891cb8f;p=evince.git diff --git a/shell/main.c b/shell/main.c index 6cd14e88..321334b0 100644 --- a/shell/main.c +++ b/shell/main.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include "ev-stock-icons.h" @@ -80,7 +81,7 @@ main (int argc, char *argv[]) LIBGNOMEUI_MODULE, argc, argv, GNOME_PARAM_POPT_TABLE, popt_options, GNOME_PARAM_HUMAN_READABLE_NAME, _("Evince"), - GNOME_PARAM_APP_DATADIR, DATADIR, + GNOME_PARAM_APP_DATADIR, GNOMEDATADIR, NULL); ev_job_queue_init (); @@ -99,6 +100,7 @@ main (int argc, char *argv[]) gtk_main (); + gnome_accelerators_sync (); poptFreeContext (context); return 0;