[gnome-sharing-service] use avatar-default icon for the people list
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sharing-service] use avatar-default icon for the people list
- Date: Sun, 4 Jul 2010 21:53:31 +0000 (UTC)
commit a1c5d3d263439e969ae2e43b9a0e2ea8ab43c0f6
Author: daniel g. siegel <dgsiegel gnome org>
Date: Sun Jul 4 23:52:19 2010 +0200
use avatar-default icon for the people list
src/gss/plugins/email.py | 2 +-
src/gss/plugins/pidgin.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gss/plugins/email.py b/src/gss/plugins/email.py
index 9c049b1..5da17ed 100644
--- a/src/gss/plugins/email.py
+++ b/src/gss/plugins/email.py
@@ -91,7 +91,7 @@ class EmailSharing(Plugin):
self.treeview.append_column(text_column)
theme = gtk.icon_theme_get_default()
- icon = theme.load_icon("face-monkey", 48, 0)
+ icon = theme.load_icon("avatar-default", 48, 0)
for addrDesc, addrName in evolution.ebook.list_addressbooks():
addresses = evolution.ebook.open_addressbook(addrName)
diff --git a/src/gss/plugins/pidgin.py b/src/gss/plugins/pidgin.py
index 508824a..1253a83 100644
--- a/src/gss/plugins/pidgin.py
+++ b/src/gss/plugins/pidgin.py
@@ -93,7 +93,7 @@ class PidginSharing(Plugin):
self.treeview.append_column(text_column)
theme = gtk.icon_theme_get_default()
- icon = theme.load_icon("face-monkey", 48, 0)
+ icon = theme.load_icon("avatar-default", 48, 0)
accounts = self.purple.PurpleAccountsGetAllActive()
for account in accounts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]