diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-28 21:32:18 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-28 21:32:18 +0800 |
commit | 3a050b0c01d0f84cc65ffcfe07f9619248c398a6 (patch) | |
tree | 732a8b5a5e710d9d43f4d789dff46ee035acd61e /libempathy-gtk | |
parent | 88d4e258723120b1e08c8c84d4c46c3447fa4458 (diff) | |
download | gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.gz gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.bz2 gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.lz gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.xz gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.tar.zst gsoc2013-empathy-3a050b0c01d0f84cc65ffcfe07f9619248c398a6.zip |
Rename icons to follow fd.o icon naming spec. Move icons to the right
2007-10-28 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-status-icon.glade:
* libempathy-gtk/empathy-group-chat.glade:
* libempathy-gtk/empathy-main-window.glade:
* libempathy-gtk/empathy-images.h:
* src/empathy.c:
* src/Makefile.am:
* configure.ac:
* data/jabber.profile:
* data/salut.profile:
* data/msn.profile:
* data/gtalk.profile:
* data/irc.profile:
* data/22x22:
* data/32x32:
* data/24x24:
* data/16x16:
* data/48x48:
* data/scalable:
* data/Makefile.am:
* data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons
to the right directory. Fixes bug #470418 (Michael Monreal).
svn path=/trunk/; revision=404
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-group-chat.glade | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-images.h | 8 | ||||
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 4 | ||||
-rw-r--r-- | libempathy-gtk/empathy-status-icon.glade | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-group-chat.glade b/libempathy-gtk/empathy-group-chat.glade index 885afc5b4..5cb6fc3ef 100644 --- a/libempathy-gtk/empathy-group-chat.glade +++ b/libempathy-gtk/empathy-group-chat.glade @@ -13,7 +13,7 @@ <property name="default_height">400</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> - <property name="icon">empathy-group-message.png</property> + <property name="icon_name">system-users</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h index ae11b1e15..254467819 100644 --- a/libempathy-gtk/empathy-images.h +++ b/libempathy-gtk/empathy-images.h @@ -32,11 +32,11 @@ G_BEGIN_DECLS #define EMPATHY_IMAGE_EXT_AWAY "empathy-extended-away" #define EMPATHY_IMAGE_UNKNOWN "empathy-pending" -#define EMPATHY_IMAGE_MESSAGE "empathy-message" -#define EMPATHY_IMAGE_NEW_MESSAGE "empathy-new-message" -#define EMPATHY_IMAGE_TYPING "empathy-typing" +#define EMPATHY_IMAGE_MESSAGE "im-message" +#define EMPATHY_IMAGE_NEW_MESSAGE "im-message-new" +#define EMPATHY_IMAGE_TYPING "user-typing" #define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info" -#define EMPATHY_IMAGE_GROUP_MESSAGE "empathy-group-message" +#define EMPATHY_IMAGE_GROUP_MESSAGE "system-users" #define EMPATHY_IMAGE_VOIP "gnome-stock-mic" #define EMPATHY_IMAGE_LOG "document-open-recent" diff --git a/libempathy-gtk/empathy-main-window.glade b/libempathy-gtk/empathy-main-window.glade index a5d4a05f8..4573a852c 100644 --- a/libempathy-gtk/empathy-main-window.glade +++ b/libempathy-gtk/empathy-main-window.glade @@ -52,7 +52,7 @@ <widget class="GtkImage" id="image885"> <property name="visible">True</property> <property name="icon_size">1</property> - <property name="icon_name">empathy-new-message</property> + <property name="icon_name">im-message-new</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> @@ -298,7 +298,7 @@ <widget class="GtkImage" id="image890"> <property name="visible">True</property> <property name="icon_size">1</property> - <property name="icon_name">empathy-group-message</property> + <property name="icon_name">system-users</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> diff --git a/libempathy-gtk/empathy-status-icon.glade b/libempathy-gtk/empathy-status-icon.glade index d76a5dfda..eb7d02a35 100644 --- a/libempathy-gtk/empathy-status-icon.glade +++ b/libempathy-gtk/empathy-status-icon.glade @@ -30,7 +30,7 @@ <widget class="GtkImage" id="image599"> <property name="visible">True</property> <property name="icon_size">1</property> - <property name="icon_name">empathy-new-message</property> + <property name="icon_name">im-message-new</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> |