diff src/gtkaccount.c @ 11654:bf6ba37db13b

[gaim-migrate @ 13938] Some changes to the gtkstatusbar. I took out all the saved statuses. They should be replaced by a list of the most recently used saved+transient statuses. I also removed the /core/away/default_message preference and replaced it with /core/status/current and /core/status/idleaway. These new prefs store the title of the saved status that is being used and should be used when you become idle, respectively. Some bits still need some work, but I think this is moving in the right direction. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 13 Oct 2005 02:50:13 +0000
parents 3a05b53a589e
children a8ec0a291d14
line wrap: on
line diff
--- a/src/gtkaccount.c	Thu Oct 13 02:21:26 2005 +0000
+++ b/src/gtkaccount.c	Thu Oct 13 02:50:13 2005 +0000
@@ -2136,6 +2136,20 @@
 					   COLUMN_ENABLED, &enabled,
 					   -1);
 
+	/* TODO: Set the statuses for this account to match the GtkStatusBox */
+	/*
+	GtkWidget *blist;
+	GtkWidget *statusbox;
+	GaimStatus *status;
+
+	blist = gaim_gtk_blist_get_default_gtk_blist();
+	statusbox = blist->statusbox;
+	status = gaim_gtk_status_box_get_current_status();
+
+	gaim_account_set_status(account, );
+	gaim_account_set_status_vargs(account, );
+	gaim_account_set_status_list(account, );
+	*/
 	gaim_account_set_enabled(account, GAIM_GTK_UI, !enabled);
 
 	gtk_list_store_set(dialog->model, &iter,