diff pidgin/gtkblist.c @ 16198:88a93f78b489

I don't like the pidginfoo_bar widget names that resulted from the sed. This changes them to pidgin_foo_bar, which is nicer and more consistent with some that survived the sed with an _ intact. I've also updated our gtkrc-2.0 to match these changes and be Gaim free.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 02:19:58 +0000
parents 247e421c4fa6
children 0973688f4b74
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Mon Apr 16 02:09:17 2007 +0000
+++ b/pidgin/gtkblist.c	Mon Apr 16 02:19:58 2007 +0000
@@ -4322,7 +4322,7 @@
 	gtkblist->treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(gtkblist->treemodel));
 
 	gtk_widget_show(gtkblist->treeview);
-	gtk_widget_set_name(gtkblist->treeview, "pidginblist_treeview");
+	gtk_widget_set_name(gtkblist->treeview, "pidgin_blist_treeview");
 
 	g_signal_connect(gtkblist->treeview,
 			 "style-set",
@@ -4465,7 +4465,7 @@
 	/* Add the statusbox */
 	gtkblist->statusbox = pidgin_status_box_new();
 	gtk_box_pack_start(GTK_BOX(gtkblist->vbox), gtkblist->statusbox, FALSE, TRUE, 0);
-	gtk_widget_set_name(gtkblist->statusbox, "pidginblist_statusbox");
+	gtk_widget_set_name(gtkblist->statusbox, "pidgin_blist_statusbox");
 	gtk_container_set_border_width(GTK_CONTAINER(gtkblist->statusbox), 3);
 	gtk_widget_show(gtkblist->statusbox);