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:
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
2003-01-10 Not Zed <NotZed@Ximian.com>
|
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.
|
* mail-send-recv.c (dialogue_response): dont unref the dialogue.
|
||||||
(dialog_destroy_cb): null out the send_recv_dialogue after destroy.
|
(dialog_destroy_cb): null out the send_recv_dialogue after destroy.
|
||||||
(build_dialogue): show the stop button
|
(build_dialogue): show the stop button
|
||||||
|
@ -4848,7 +4848,6 @@ For example: "Work" or "Personal"</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkImage" id="pixmapSpellInfo">
|
<widget class="GtkImage" id="pixmapSpellInfo">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="pixbuf">info.png</property>
|
|
||||||
<property name="xalign">0.5</property>
|
<property name="xalign">0.5</property>
|
||||||
<property name="yalign">0.5</property>
|
<property name="yalign">0.5</property>
|
||||||
<property name="xpad">0</property>
|
<property name="xpad">0</property>
|
||||||
@ -5507,7 +5506,6 @@ For example: "Work" or "Personal"</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkImage" id="pixmap1">
|
<widget class="GtkImage" id="pixmap1">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="pixbuf">info.png</property>
|
|
||||||
<property name="xalign">0.5</property>
|
<property name="xalign">0.5</property>
|
||||||
<property name="yalign">0.5</property>
|
<property name="yalign">0.5</property>
|
||||||
<property name="xpad">0</property>
|
<property name="xpad">0</property>
|
||||||
|
Reference in New Issue
Block a user