diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/glade/print.glade | 34 |
2 files changed, 6 insertions, 34 deletions
@@ -1,3 +1,9 @@ +2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org> + + * data/glade/print.glade: + + Remove useless icons + 2003-07-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: diff --git a/data/glade/print.glade b/data/glade/print.glade index d1ed75ad7..46574ab51 100644 --- a/data/glade/print.glade +++ b/data/glade/print.glade @@ -689,23 +689,6 @@ <property name="fill">True</property> </packing> </child> - - <child> - <widget class="GtkImage" id="image1"> - <property name="visible">True</property> - <property name="stock">gtk-dnd</property> - <property name="icon_size">6</property> - <property name="xalign">0.5</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> - </packing> - </child> </widget> <packing> <property name="padding">0</property> @@ -998,23 +981,6 @@ <property name="fill">False</property> </packing> </child> - - <child> - <widget class="GtkImage" id="image2"> - <property name="visible">True</property> - <property name="stock">gtk-select-color</property> - <property name="icon_size">6</property> - <property name="xalign">0</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> - </packing> - </child> </widget> <packing> <property name="padding">0</property> |