log pidgin/gtkprefs.c @ 29419:a51d06bee84a

age author description
Wed, 23 Dec 2009 04:30:12 +0000 Elliott Sales de Andrade Since the prefs variable holds the widget that refers to the prefs dialog,
Wed, 23 Dec 2009 04:12:20 +0000 Elliott Sales de Andrade Re-themeize the sample GtkIMHtml entry in the prefs Conversations page when
Wed, 23 Dec 2009 02:21:52 +0000 Elliott Sales de Andrade Oops, the GtkListStore's for the themes have a lifetime that extends over
Wed, 23 Dec 2009 01:51:19 +0000 Elliott Sales de Andrade Make sure all globals are NULL when the prefs page is destroyed.
Wed, 23 Dec 2009 01:37:07 +0000 Elliott Sales de Andrade Re-order variables to follow widget hierarchy.
Wed, 23 Dec 2009 01:34:51 +0000 Elliott Sales de Andrade Remove an unnecessary variable.
Fri, 20 Nov 2009 16:36:33 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Fri, 20 Nov 2009 05:09:27 +0000 Sadrul Habib Chowdhury Prevent an infinite loop from the preference window.
Tue, 17 Nov 2009 17:16:40 +0000 Daniel Atallah This appears to be the correct way to set the spin button value.
Tue, 17 Nov 2009 17:10:22 +0000 Daniel Atallah Fix the proxy configuration fields to appear as appropriate for the current proxy selection. Also reduce the scope on the proxy frame variables.
Tue, 17 Nov 2009 16:32:20 +0000 Daniel Atallah Fix some stuff in the prefs dialog on Win32
Tue, 17 Nov 2009 15:14:23 +0000 John Bailey nosnilmot points out that this breaks people who share a .purple directory
Tue, 17 Nov 2009 06:49:12 +0000 John Bailey Ok, clearly I'm an idiot. I removed the right line but from the wrong block.
Tue, 17 Nov 2009 06:45:20 +0000 John Bailey I *think* this properly adds back the font preference stuff I axed earlier, but
Tue, 17 Nov 2009 05:59:51 +0000 John Bailey This should fix dvpdiner2's crash.
Mon, 16 Nov 2009 08:06:20 +0000 Elliott Sales de Andrade In GNOME 2.26, the program gnome-network-preferences was renamed to
Mon, 16 Nov 2009 07:45:34 +0000 Elliott Sales de Andrade Don't leak path.
Mon, 16 Nov 2009 07:41:23 +0000 Elliott Sales de Andrade Make the instructions wrap a bit nicer.
Mon, 16 Nov 2009 07:29:51 +0000 Elliott Sales de Andrade Fix alignment and widget parents of the smiley theme combo box to match
Mon, 16 Nov 2009 07:25:58 +0000 Elliott Sales de Andrade Rename a smiley theme function to be a bit more descriptive.
Mon, 16 Nov 2009 07:25:22 +0000 Elliott Sales de Andrade Fix merge error
Mon, 16 Nov 2009 07:19:27 +0000 Elliott Sales de Andrade merge of '23b195ee466a16623c26be2604cba4a8c5b889b2'
Mon, 16 Nov 2009 07:08:27 +0000 Elliott Sales de Andrade Remove some code duplication which also fixes a small inconsistency in the
Mon, 16 Nov 2009 07:04:32 +0000 Elliott Sales de Andrade Convert Smiley theme selection to the simpler combo box affair that's in
Mon, 16 Nov 2009 06:56:04 +0000 John Bailey Make a frame for the combo box theme selectors and make the labels left-aligned
Mon, 16 Nov 2009 06:31:17 +0000 John Bailey Show the Configure Proxy and Configure Browser buttons if the relevant GNOME
Mon, 16 Nov 2009 05:33:14 +0000 John Bailey Missed some widgets in that last one.
Mon, 16 Nov 2009 05:27:32 +0000 John Bailey This should fix QuLogic's missing tabs, I hope.
Mon, 16 Nov 2009 04:58:51 +0000 John Bailey Silence some assertions QuLogic noticed.
Mon, 16 Nov 2009 01:51:57 +0000 John Bailey Move the "Change status to" menu to be beside the checkbox controlling it.