bigboard r7313 - trunk/bigboard/stocks/people



Author: otaylor
Date: Wed Apr 23 23:44:03 2008
New Revision: 7313
URL: http://svn.gnome.org/viewvc/bigboard?rev=7313&view=rev

Log:
Fix useless placeholder action to not backtrace ... need to switch
  to "start IM conversation" I think.


Modified:
   trunk/bigboard/stocks/people/PeopleStock.py

Modified: trunk/bigboard/stocks/people/PeopleStock.py
==============================================================================
--- trunk/bigboard/stocks/people/PeopleStock.py	(original)
+++ trunk/bigboard/stocks/people/PeopleStock.py	Wed Apr 23 23:44:03 2008
@@ -198,8 +198,8 @@
 
     def _on_activated(self):
         """Action when user has activated the result"""
-        if self.person.user:
-            libbig.show_url(self.person.user)
+        if self.__person.user:
+            libbig.show_url(self.__person.user.homeUrl)
         else:
             ### FIXME - what should we do here? open an IM conversation?
             ### or scroll to and pop out the user in the people stock?



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