diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-20 05:16:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 05:16:44 +0800 |
commit | 4f0f62542b8e3bb53149744c604dc7c335bd3cff (patch) | |
tree | 431c9a9dfe3aaef2b12b41620e9bd9ad9e0211bb /mail | |
parent | 6f69abb68daf11432299dfef31ffa505936a8a42 (diff) | |
download | gsoc2013-evolution-4f0f62542b8e3bb53149744c604dc7c335bd3cff.tar.gz gsoc2013-evolution-4f0f62542b8e3bb53149744c604dc7c335bd3cff.tar.zst gsoc2013-evolution-4f0f62542b8e3bb53149744c604dc7c335bd3cff.zip |
Fixed the icon name to get the right one.
2004-05-19 Jeffrey Stedfast <fejj@novell.com>
* message-tags.glade: Fixed the icon name to get the right one.
svn path=/trunk/; revision=25991
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/message-tags.glade | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 76ef7598a0..63f6dd8502 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2004-05-19 Jeffrey Stedfast <fejj@novell.com> + * message-tags.glade: Fixed the icon name to get the right one. + * message-list.c (message_list_init_images): Changed to load an empty pixbuf manually rather than relying on the pixbuf returned for "" from e_icon_factory_get_icon() since it has changed to diff --git a/mail/message-tags.glade b/mail/message-tags.glade index f36db4cc85..7f6839c0cd 100644 --- a/mail/message-tags.glade +++ b/mail/message-tags.glade @@ -73,7 +73,7 @@ <widget class="Custom" id="pixmap"> <property name="visible">True</property> <property name="creation_function">e_create_image_widget</property> - <property name="string1">stock_flag-for-followup</property> + <property name="string1">stock_mail-flag-for-followup</property> <property name="string2"></property> <property name="int1">0</property> <property name="int2">0</property> |