diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | data/glade/prefs-dialog.glade | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,12 +1,18 @@ 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> + * data/glade/prefs-dialog.glade: + + Corrects the expand of the Privacy tab in the Preferences window. + Patch by Baptiste Mille-Mathias. + +2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> + * data/mime-types-permissions.xml: Added text/csv as a safe type (note that the alias text/x-comma-separate-values is also present). Patch by Gaƫtan Podevijn. - 2007-01-02 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: (ephy_history_window_update_menu): diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index c9b71860f..17dfa2640 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -954,14 +954,14 @@ </widget> <packing> <property name="padding">0</property> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> <packing> <property name="padding">0</property> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> </packing> </child> |