diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-17 22:24:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-17 22:24:06 +0800 |
commit | 3df4179bdf257cd15f69083158f591a3f64798d0 (patch) | |
tree | 7af9bcce19e1a25190c72b5d3a9419663512558e /data | |
parent | f220f9282e63ca352def47b86ec5f9c5c5c57696 (diff) | |
download | gsoc2013-epiphany-3df4179bdf257cd15f69083158f591a3f64798d0.tar.gz gsoc2013-epiphany-3df4179bdf257cd15f69083158f591a3f64798d0.tar.zst gsoc2013-epiphany-3df4179bdf257cd15f69083158f591a3f64798d0.zip |
Fix leaks, minor cleanups.
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
* data/glade/prefs-dialog.glade:
* embed/mozilla/mozilla-notifiers.cpp:
Fix leaks, minor cleanups.
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/prefs-dialog.glade | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index 16e5d21c2..ecd7049ef 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -1788,21 +1788,6 @@ </child> <child> - <widget class="GtkComboBox" id="fonts_language_combo"> - <property name="visible">True</property> - <property name="add_tearoffs">False</property> - <property name="focus_on_click">True</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">3</property> - <property name="top_attach">0</property> - <property name="bottom_attach">1</property> - <property name="y_options">fill</property> - </packing> - </child> - - <child> <widget class="GtkComboBox" id="variable_combo"> <property name="visible">True</property> <property name="add_tearoffs">False</property> @@ -1911,10 +1896,25 @@ <property name="y_options"></property> </packing> </child> + + <child> + <widget class="GtkComboBox" id="fonts_language_combo"> + <property name="visible">True</property> + <property name="add_tearoffs">False</property> + <property name="focus_on_click">True</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options">fill</property> + </packing> + </child> </widget> <packing> <property name="padding">0</property> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> </packing> </child> |