aboutsummaryrefslogtreecommitdiffstats
path: root/data/glade/prefs-dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Change 'Enable Java' setting to 'Enable Plugins'Xan Lopez2010-02-201-2/+2
| | | | | There's really no way to completely disable Java support alone, and I think enabling/disabling plugins in general is much more useful.
* prefs-dialog: restore Close and Help buttonsIain Nicol2009-11-231-478/+233
| | | | | | Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Open/Save all ui files once with gladeBenjamin Otte2009-10-021-265/+71
| | | | | | | | | Reduces file size and ensures files will continue working properly when edited. Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Replace .glade files with .ui filesBenjamin Otte2009-10-021-0/+1633
Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>