[empathy] Use the symbolic version of the avatar-default icon



commit 403f2a944834ca65ece0654fd202f78d8feb96cf
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 14 13:53:57 2012 +0200

    Use the symbolic version of the avatar-default icon
    
    That's the one used by Contacts so best to stay coherent

 libempathy-gtk/empathy-images.h |    2 +-
 src/empathy-roster-window.ui    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h
index 2962ad6..884c571 100644
--- a/libempathy-gtk/empathy-images.h
+++ b/libempathy-gtk/empathy-images.h
@@ -45,7 +45,7 @@ G_BEGIN_DECLS
 #define EMPATHY_IMAGE_VIDEO_CALL          "camera-web"
 #define EMPATHY_IMAGE_LOG                 "document-open-recent"
 #define EMPATHY_IMAGE_DOCUMENT_SEND       "document-send"
-#define EMPATHY_IMAGE_AVATAR_DEFAULT      "avatar-default"
+#define EMPATHY_IMAGE_AVATAR_DEFAULT      "avatar-default-symbolic"
 /* FIXME: need a better icon! */
 #define EMPATHY_IMAGE_EDIT_MESSAGE        "format-text-direction-ltr"
 
diff --git a/src/empathy-roster-window.ui b/src/empathy-roster-window.ui
index 42c8318..843f94e 100644
--- a/src/empathy-roster-window.ui
+++ b/src/empathy-roster-window.ui
@@ -99,7 +99,7 @@
                 <property name="can_focus">False</property>
                 <property name="yalign">1</property>
                 <property name="ypad">1</property>
-                <property name="icon_name">avatar-default</property>
+                <property name="icon_name">avatar-default-symbolic</property>
                 <property name="icon-size">6</property>
               </object>
               <packing>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]