diff src/gtkstatusbox.h @ 13121:e2a94ab60a7e

[gaim-migrate @ 15483] Set the text on the gtkstatusbox based on gaim_savedstatus_get_current() instead of based on the active menu item in the status dropdown. This fixes what is shown on the status box when using an unpopular status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 04 Feb 2006 21:42:02 +0000
parents a09027e9d159
children d33a225fcb80
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Sat Feb 04 21:12:03 2006 +0000
+++ b/src/gtkstatusbox.h	Sat Feb 04 21:42:02 2006 +0000
@@ -101,13 +101,16 @@
 
 	GtkTreeIter iter;
 	GdkPixbuf *pixbuf;
-	char *title;
-	char *desc;
 	char *error;
 
 	gulong status_changed_signal;
 
-	/* Widgets for renderin' */
+	/*
+	 * These widgets are made for renderin'
+	 * That's just what they'll do
+	 * One of these days these widgets
+	 * Are gonna render all over you
+	 */
 	GtkWidget *hbox;
 	GtkWidget *toggle_button;
 	GtkWidget *vsep;