diff src/buddy.c @ 905:2876c40108cd

[gaim-migrate @ 915] Patch for wmclass to add better support for Sawfish's window history/etc. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 14 Sep 2000 17:50:56 +0000
parents 16492f41410d
children 5a517b4f0be4
line wrap: on
line diff
--- a/src/buddy.c	Thu Sep 14 17:40:48 2000 +0000
+++ b/src/buddy.c	Thu Sep 14 17:50:56 2000 +0000
@@ -1781,6 +1781,8 @@
         blist = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 #endif
         
+        gtk_window_set_wmclass(GTK_WINDOW(blist), "buddy_list", "Gaim" );
+
 	gtk_widget_realize(blist);
         aol_icon(blist->window);