Remove info.png from a couple of images, the image is set via code at

2003-01-10  Not Zed  <NotZed@Ximian.com>

        * mail-config.glade: Remove info.png from a couple of images, the
        image is set via code at runtime.  Removes some annoying runtime
        warnings.

svn path=/trunk/; revision=19393
This commit is contained in:
Not Zed
2003-01-10 04:43:07 +00:00
committed by Michael Zucci
parent ebd4a9fa7f
commit 0c591f63c6
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,10 @@
2003-01-10 Not Zed <NotZed@Ximian.com>
* mail-config.glade: Remove info.png from a couple of images, the
image is set via code at runtime. Removes some annoying runtime
warnings.
* mail-send-recv.c (dialogue_response): dont unref the dialogue.
(dialog_destroy_cb): null out the send_recv_dialogue after destroy.
(build_dialogue): show the stop button

View File

@ -4848,7 +4848,6 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkImage" id="pixmapSpellInfo">
<property name="visible">True</property>
<property name="pixbuf">info.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
@ -5507,7 +5506,6 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkImage" id="pixmap1">
<property name="visible">True</property>
<property name="pixbuf">info.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>