pidgin: 48a880a9: This fixes the lack of the Local Alias f...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Wed Apr 30 02:00:43 EDT 2008


-----------------------------------------------------------------
Revision: 48a880a9d212aec86b08bab7bec6296ac8c826ea
Ancestor: 7a752818c2f9f500d9b707e9424bd75230b2a05d
Author: rekkanoryo at pidgin.im
Date: 2008-04-30T05:56:40
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/48a880a9d212aec86b08bab7bec6296ac8c826ea

Modified files:
        pidgin/gtkaccount.c

ChangeLog: 

This fixes the lack of the Local Alias field for IRC accounts since I moved
the field to the User Options section earlier.

-------------- next part --------------
============================================================
--- pidgin/gtkaccount.c	0b00a8c5085cb7e455858fded0f8f9d43d42e85b
+++ pidgin/gtkaccount.c	e961febeca7e5acc8270f578b5f108414d67a4bb
@@ -654,6 +654,7 @@ add_user_options(AccountPrefsDialog *dia
 		set_dialog_icon(dialog, NULL, 0, NULL);
 	}
 
+#if 0
 	if (!dialog->prpl_info ||
 			(!(dialog->prpl_info->options & OPT_PROTO_MAIL_CHECK) &&
 			 (dialog->prpl_info->icon_spec.format ==  NULL))) {
@@ -661,6 +662,7 @@ add_user_options(AccountPrefsDialog *dia
 		/* Nothing to see :( aww. */
 		gtk_widget_hide(dialog->user_frame);
 	}
+#endif
 }
 
 static void


More information about the Commits mailing list