Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-17 11:53:10 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-17 11:53:10 (GMT)
commit30edb542b16a544977cf22f2b1a669d4d618730c (patch)
treee214516569eb73639e33527c97eff7c41d1c7ae5 /shell/view/home
parentecb8816bc9b59fc633302c47eb4d7f98b802b610 (diff)
Cleanup the profile code and rename the Server section to Jabber.
Diffstat (limited to 'shell/view/home')
-rw-r--r--shell/view/home/FriendsBox.py2
-rw-r--r--shell/view/home/HomeBox.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/home/FriendsBox.py b/shell/view/home/FriendsBox.py
index 9a9ca9b..b5519df 100644
--- a/shell/view/home/FriendsBox.py
+++ b/shell/view/home/FriendsBox.py
@@ -41,7 +41,7 @@ class FriendsBox(hippo.CanvasBox):
self._owner_icon = CanvasIcon(icon_name='computer-xo', cache=True,
xo_color=profile.get_color())
self._owner_icon.props.size = style.LARGE_ICON_SIZE
- palette = Palette(profile.get_nick_name())
+ palette = Palette(profile.get_name())
self._owner_icon.set_palette(palette)
self._layout.add_center(self._owner_icon)
diff --git a/shell/view/home/HomeBox.py b/shell/view/home/HomeBox.py
index 82fa083..4cf688b 100644
--- a/shell/view/home/HomeBox.py
+++ b/shell/view/home/HomeBox.py
@@ -149,7 +149,7 @@ class HomeMyIcon(MyIcon):
self._shell = shell
def enable_palette(self):
- palette = Palette(profile.get_nick_name())
+ palette = Palette(profile.get_name())
reboot_menu_item = gtk.MenuItem(_('Reboot'))
reboot_menu_item.connect('activate', self._reboot_activate_cb)