Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorVincent Noel <vnoel@cox.net>2005-02-16 18:43:31 (GMT)
committer Vincent Noel <vnoel@src.gnome.org>2005-02-16 18:43:31 (GMT)
commit11e0560261020abaa19efd5f1c901838855c7628 (patch)
tree6dbecc11c47412b1e680c7764463477443c8a819 /shell
parent0b36c1cd0326cfbb3ed5cddfee5b1cc27e0eb317 (diff)
Specify an icon for the window. Patch by Jaap A. Haitsma. Fixes #166177.
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.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index c162935..86450d4 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -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,