Re: bonobo-win patch



On 21 Jun 2001 16:39:16 -0400, jacob berkman wrote:
> this patch makes bonobo windows use the default window icon.
> 
> ok to commit?

sigh my life

jacob
--
In the afterlife, a cute .signature will only get you so far.

Index: bonobo-win.c
===================================================================
RCS file: /cvs/gnome/bonobo/bonobo/bonobo-win.c,v
retrieving revision 1.103
diff -u -r1.103 bonobo-win.c
--- bonobo-win.c	2001/05/24 08:40:07	1.103
+++ bonobo-win.c	2001/06/21 20:38:28
@@ -11,6 +11,7 @@
 #include <libgnomeui/gnome-dock-item.h>
 #include <libgnomeui/gnome-dock.h>
 #include <libgnomeui/gnome-preferences.h>
+#include <libgnomeui/gnome-window-icon.h>
 #include <liboaf/liboaf.h>
 
 #include <bonobo/bonobo-ui-engine.h>
@@ -603,6 +604,7 @@
 bonobo_window_init (BonoboWindow *win)
 {
 	win->priv = construct_priv (win);
+	gnome_window_icon_set_from_default (GTK_WINDOW (win));
 }
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]