diff src/dialogs.c @ 6392:e9974608b319

[gaim-migrate @ 6897] deryni absolutely rocks. Amazing guy. We now have these beautiful protocol icons on tabs that update to reflect status. Away, grey on idle, even the sign on/off doors. Wow. This will no doubt be known as the highlight of 0.67. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 06 Aug 2003 11:38:57 +0000
parents 9dd4bb3cf1df
children a10a256b6784
line wrap: on
line diff
--- a/src/dialogs.c	Wed Aug 06 09:43:11 2003 +0000
+++ b/src/dialogs.c	Wed Aug 06 11:38:57 2003 +0000
@@ -1784,6 +1784,7 @@
 
 		GAIM_DIALOG(b->window);
 		gtk_window_set_title(GTK_WINDOW(b->window), "Gaim");
+		gtk_window_set_role(GTK_WINDOW(b->window), "get_info");
 		gtk_container_set_border_width(GTK_CONTAINER(b->window), 5);
 		gtk_widget_realize(GTK_WIDGET(b->window));
 		g_signal_connect(G_OBJECT(b->window), "destroy", G_CALLBACK(info_dlg_free), b);