]> www.fi.muni.cz Git - evince.git/commitdiff
Specify an icon for the window. Patch by Jaap A. Haitsma. Fixes #166177.
authorVincent Noel <vnoel@cox.net>
Wed, 16 Feb 2005 18:43:31 +0000 (18:43 +0000)
committerVincent Noel <vnoel@src.gnome.org>
Wed, 16 Feb 2005 18:43:31 +0000 (18:43 +0000)
2005-02-16  Vincent Noel  <vnoel@cox.net>

* shell/main.c (main): Specify an icon for the window. Patch by
Jaap A. Haitsma. Fixes #166177.

ChangeLog
shell/main.c

index 66090182e94875e35aa35f3dedb8e7a552cf89a0..73f6e5d5f98fdb8b5307188f6b57406285d96874 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-16  Vincent Noel  <vnoel@cox.net>
+
+       * shell/main.c (main): Specify an icon for the window. Patch by
+       Jaap A. Haitsma. Fixes #166177.
+
 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
 
        * shell/ev-view.c (ev_view_realize): get rid of the black flash.
index c162935e9cfb5a0b85f55dfd0413ebe3c2fd301d..86450d4d85e6cf847dfb29645b97b3699a41bbe6 100644 (file)
@@ -86,6 +86,7 @@ main (int argc, char *argv[])
 
        ev_debug_init ();
        ev_stock_icons_init ();
+       gtk_window_set_default_icon_name ("postscript-viewer");
 
        g_object_get_property (G_OBJECT (program),
                                GNOME_PARAM_POPT_CONTEXT,