changeset 4987:1f92610b0772

[gaim-migrate @ 5322] I transparencized the napster icon, made the Gadu-Gadu icon show up in the login progress bar, and took out a bit o' code that looked like it was left over from something else. Thanks to Bill Gjestvang, who sent in a Gadu-Gadu and a Napster icon. We ended up not using them because we already had ones that worked, but the effort is appreciated. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 03 Apr 2003 22:26:02 +0000
parents df251fc224ad
children 070181118a77
files pixmaps/status/default/napster.png src/buddy.c src/multi.c
diffstat 3 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
Binary file pixmaps/status/default/napster.png has changed
--- a/src/buddy.c	Thu Apr 03 20:30:47 2003 +0000
+++ b/src/buddy.c	Thu Apr 03 22:26:02 2003 +0000
@@ -1782,7 +1782,7 @@
 		status = gdk_pixbuf_new_from_file(filename,NULL);
 		g_free(filename);
 	} else if (!strcmp(protoname, "gadu-gadu")) {
-		filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", "default", "gadugadu.png", NULL);
+		filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", "default", "gadu-gadu.png", NULL);
 		status = gdk_pixbuf_new_from_file(filename,NULL);
 		g_free(filename);
 	} else if (!strcmp(protoname, "napster")) {
--- a/src/multi.c	Thu Apr 03 20:30:47 2003 +0000
+++ b/src/multi.c	Thu Apr 03 22:26:02 2003 +0000
@@ -1911,16 +1911,12 @@
 		gtk_box_pack_start (GTK_BOX (vbox), GTK_WIDGET (cancel_button), FALSE, FALSE, 0);
 	
 		g_signal_connect (GTK_OBJECT (meter_win->window), "delete_event", G_CALLBACK (meter_destroy), NULL);
-		}
+	}
 	
 	if (!meter) {
-		char buf[256];
-
 		meter = register_meter(gc, GTK_WIDGET (meter_win->window), GTK_TABLE (meter_win->table), (gint *)  &meter_win->rows);
 		meter->gc = gc;
 		meters = g_slist_append(meters, meter);
-
-		g_snprintf(buf, sizeof(buf), "%s Signing On (using %s)", gc->username, gc->prpl->name);
 	}
 
 	gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(meter->progress), howfar / LOGIN_STEPS);