pidgin: de421565: disapproval of revision '412a518af798eae...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Jan 8 10:10:57 EST 2011


----------------------------------------------------------------------
Revision: de421565e6ea7c192ab1f57855335ea5ed75139b
Parent:   412a518af798eaeeea99651705fd9d549596b966
Author:   rekkanoryo at pidgin.im
Date:     01/08/11 10:07:58
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/de421565e6ea7c192ab1f57855335ea5ed75139b

Changelog: 

disapproval of revision '412a518af798eaeeea99651705fd9d549596b966'

The status entry *is* useful when switching to an Offline status.

Changes against parent 412a518af798eaeeea99651705fd9d549596b966

  patched  ChangeLog
  patched  pidgin/gtkstatusbox.c

-------------- next part --------------
============================================================
--- ChangeLog	59ac3f9d4a84ca572ec7719a64b156400f14b8f2
+++ ChangeLog	74c287c2f4a01560d969ef5be42937acff581d84
@@ -22,7 +22,6 @@ version 2.7.10 (??/??/????):
 	  the conversation window.  (Ryan Flegel) (#13127)
 	* Fix a few memory leaks. (Nader Morshed) (#13162)
 	* Support rendering strikethrough when received as in-line CSS. (#13168)
-	* Don't show the message entry when changing to Offline Status.
 
 	Plugins:
 	* The Voice/Video Settings plugin no longer resets selected devices to
============================================================
--- pidgin/gtkstatusbox.c	06ee25230f1871778790d2c59bbd21497657f077
+++ pidgin/gtkstatusbox.c	f13b3aa1c8ca925ee8ab22d6b374c1f5565ef2d1
@@ -2659,8 +2659,7 @@ static void pidgin_status_box_changed(Pi
 		account = node->data;
 		status_type = purple_account_get_status_type_with_primitive(account, GPOINTER_TO_INT(data));
 		if ((status_type != NULL) &&
-			(purple_status_type_get_attr(status_type, "message") != NULL) &&
-			(purple_status_type_get_primitive(status_type) != PURPLE_STATUS_OFFLINE))
+			(purple_status_type_get_attr(status_type, "message") != NULL))
 		{
 			status_box->imhtml_visible = TRUE;
 			break;


More information about the Commits mailing list