** Additional fix for bug #467115
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org> ** Additional fix for bug #467115 * addressbook/gui/contact-editor/e-contact-editor.c: (e_contact_editor_init): * art/Makefile.am: * data/icons/Makefile.am: Get rid of old contact-editor icon. svn path=/trunk/; revision=35937
This commit is contained in:
committed by
Michael Monreal
parent
9071747fdb
commit
9774adff92
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
|
||||
|
||||
** Additional fix for bug #467115
|
||||
|
||||
* addressbook/gui/contact-editor/e-contact-editor.c:
|
||||
(e_contact_editor_init):
|
||||
* art/Makefile.am:
|
||||
* data/icons/Makefile.am:
|
||||
Get rid of old contact-editor icon.
|
||||
|
||||
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
|
||||
|
||||
** Fix for bug #546744
|
||||
|
||||
@ -3381,9 +3381,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
|
||||
G_CALLBACK (app_delete_event_cb), e_contact_editor);
|
||||
|
||||
/* set the icon */
|
||||
icon_path = g_build_filename (EVOLUTION_IMAGESDIR, "evolution-contacts-mini.png", NULL);
|
||||
gtk_window_set_icon_from_file (GTK_WINDOW (e_contact_editor->app), icon_path, NULL);
|
||||
g_free (icon_path);
|
||||
gtk_window_set_icon_name (GTK_WINDOW (e_contact_editor->app), "contact-editor");
|
||||
|
||||
/* show window */
|
||||
gtk_widget_show (e_contact_editor->app);
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
images_DATA = \
|
||||
evolution-contacts-mini.png \
|
||||
offline.png \
|
||||
online.png \
|
||||
world_map-960.png \
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 452 B |
@ -25,6 +25,11 @@ public_icons = \
|
||||
$(NULL)
|
||||
|
||||
private_icons = \
|
||||
hicolor_apps_16x16_contact-editor.png \
|
||||
hicolor_apps_22x22_contact-editor.png \
|
||||
hicolor_apps_24x24_contact-editor.png \
|
||||
hicolor_apps_32x32_contact-editor.png \
|
||||
hicolor_apps_48x48_contact-editor.png \
|
||||
hicolor_actions_16x16_folder-copy.png \
|
||||
hicolor_actions_16x16_folder-move.png \
|
||||
hicolor_actions_16x16_mail-copy.png \
|
||||
|
||||
BIN
data/icons/hicolor_apps_16x16_contact-editor.png
Normal file
BIN
data/icons/hicolor_apps_16x16_contact-editor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 442 B |
BIN
data/icons/hicolor_apps_22x22_contact-editor.png
Normal file
BIN
data/icons/hicolor_apps_22x22_contact-editor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 719 B |
BIN
data/icons/hicolor_apps_24x24_contact-editor.png
Normal file
BIN
data/icons/hicolor_apps_24x24_contact-editor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 743 B |
BIN
data/icons/hicolor_apps_32x32_contact-editor.png
Normal file
BIN
data/icons/hicolor_apps_32x32_contact-editor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
BIN
data/icons/hicolor_apps_48x48_contact-editor.png
Normal file
BIN
data/icons/hicolor_apps_48x48_contact-editor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user