better name
This commit is contained in:
parent
f700c53fd9
commit
838bbfd0b7
|
@ -433,7 +433,7 @@ class RosterWindow:
|
||||||
img = gtk.image_new_from_stock(gtk.STOCK_PREFERENCES,
|
img = gtk.image_new_from_stock(gtk.STOCK_PREFERENCES,
|
||||||
gtk.ICON_SIZE_MENU)
|
gtk.ICON_SIZE_MENU)
|
||||||
newitem.set_image(img)
|
newitem.set_image(img)
|
||||||
newitem.connect('activate', self.on_bookmarks_menuitem_activate)
|
newitem.connect('activate', self.on_manage_bookmarks_menuitem_activate)
|
||||||
sub_menu.append(newitem)
|
sub_menu.append(newitem)
|
||||||
sub_menu.show_all()
|
sub_menu.show_all()
|
||||||
|
|
||||||
|
@ -1506,8 +1506,9 @@ _('If "%s" accepts this request you will know his status.') %jid).get_response()
|
||||||
else:
|
else:
|
||||||
self.plugin.windows['file_transfers'].window.show_all()
|
self.plugin.windows['file_transfers'].window.show_all()
|
||||||
|
|
||||||
def on_bookmarks_menuitem_activate(self, widget):
|
def on_manage_bookmarks_menuitem_activate(self, widget):
|
||||||
config.ManageBookmarksWindow(self.plugin)
|
config.ManageBookmarksWindow(self.plugin)
|
||||||
|
#config.FirstTimeWizardWindow(self.plugin)
|
||||||
|
|
||||||
def close_all(self, dic):
|
def close_all(self, dic):
|
||||||
'''close all the windows in the given dictionary'''
|
'''close all the windows in the given dictionary'''
|
||||||
|
|
Loading…
Reference in New Issue