Mercurial > pidgin
diff src/buddy_chat.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 | 4a6ab6995439 |
| children | 08d5037c9296 |
line wrap: on
line diff
--- a/src/buddy_chat.c Thu Sep 14 17:40:48 2000 +0000 +++ b/src/buddy_chat.c Thu Sep 14 17:50:56 2000 +0000 @@ -113,6 +113,8 @@ if (!joinchat) { joinchat = gtk_window_new(GTK_WINDOW_DIALOG); + gtk_window_set_wmclass(GTK_WINDOW(joinchat), "joinchat", + "Gaim"); gtk_window_set_policy(GTK_WINDOW(joinchat), FALSE, FALSE, TRUE); gtk_widget_realize(joinchat); bbox = gtk_hbox_new(TRUE, 10); @@ -527,6 +529,7 @@ win = gtk_window_new(GTK_WINDOW_TOPLEVEL); b->window = win; + gtk_window_set_wmclass(GTK_WINDOW(win), "buddy_chat", "Gaim"); vpaned = gtk_vpaned_new(); hpaned = gtk_hpaned_new();
