--- gimmie_people.py.orig 2007-09-17 01:47:22.000000000 +0200 +++ gimmie_people.py 2007-09-17 01:47:57.000000000 +0200 @@ -146,7 +146,7 @@ self.set_tooltip(tooltips, _("Add a new contact person")) def _pidgin_get_default_account_obj(self): - acct = pidgin.PurpleAccountsFindConnected("", "") + acct = pidgin_dbus.PurpleAccountsFindConnected("", "") if not acct: acct = pidgin_dbus.PurpleAccountsFindAny("", "") return acct @@ -204,7 +204,7 @@ def do_reload(self): source_list = [EverybodySource(_("Recent People"), "im", filter_by_date=True), - OnlineBuddySource(_("Online Now"), "gaim"), + OnlineBuddySource(_("Online Now"), "pidgin"), EverybodySource(_("Everybody"), "gnome-globe"), None]