diff plugins/docklet/docklet.c @ 4840:a701ef925850

[gaim-migrate @ 5165] Some tray icon fixes from Robert "the monarch" McQueen: "- put back code for saving and restoring the position of the blist - some robustness fixes to avoid crashes or ending up with a gaim process with no visible windows - trivial tweaks to docklet debug output - hidden Trojan horses" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 20 Mar 2003 16:58:09 +0000
parents 751c37a940dd
children 8e55a4d362a3
line wrap: on
line diff
--- a/plugins/docklet/docklet.c	Thu Mar 20 07:21:01 2003 +0000
+++ b/plugins/docklet/docklet.c	Thu Mar 20 16:58:09 2003 +0000
@@ -224,8 +224,6 @@
 	}
 
 	gtk_image_set_from_stock(GTK_IMAGE(image), icon_name, GTK_ICON_SIZE_LARGE_TOOLBAR);
-
-	debug_printf("Tray Icon: updated icon to '%s'\n", icon_name);
 }
 
 static gboolean docklet_blink_icon() {
@@ -297,7 +295,7 @@
 }
 
 static void docklet_embedded(GtkWidget *widget, void *data) {
-	debug_printf("Tray Icon:embedded\n");
+	debug_printf("Tray Icon: embedded\n");
 	gaim_gtk_blist_docklet_add();
 }