[gnome-sharing-service] make second row text in plugins non-italic



commit 4df38bcf67ace2fc153a1fde22f50a86543ebf2b
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Sun Jul 4 12:28:13 2010 +0200

    make second row text in plugins non-italic

 src/gss/plugins/email.py  |    4 ++--
 src/gss/plugins/pidgin.py |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gss/plugins/email.py b/src/gss/plugins/email.py
index ca4ff70..9c049b1 100644
--- a/src/gss/plugins/email.py
+++ b/src/gss/plugins/email.py
@@ -105,8 +105,8 @@ class EmailSharing(Plugin):
             photo = icon
 
           if mail:
-            self.liststore.append([photo, "<b>" + name + "</b>\n<small><i>" +
-            mail + "</i></small>", name + " <" + mail + ">", True])
+            self.liststore.append([photo, "<b>" + name + "</b>\n<small>" +
+            mail + "</small>", name + " <" + mail + ">", True])
 
     entry.connect("changed", self._update_treeview)
 
diff --git a/src/gss/plugins/pidgin.py b/src/gss/plugins/pidgin.py
index c687551..508824a 100644
--- a/src/gss/plugins/pidgin.py
+++ b/src/gss/plugins/pidgin.py
@@ -109,8 +109,8 @@ class PidginSharing(Plugin):
           else:
             photo = icon
 
-          self.liststore.append([photo, "<b>" + alias + "</b>\n<small><i>" +
-          name + "</i></small>", name + " " + alias, account, name, True])
+          self.liststore.append([photo, "<b>" + alias + "</b>\n<small>" +
+          name + "</small>", name + " " + alias, account, name, True])
 
     entry.connect("changed", self._update_treeview)
 



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