diff options
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> |