removed print

This commit is contained in:
James Newton 2007-11-17 02:06:57 +00:00
parent b1c5bc3984
commit cf40534ac8
1 changed files with 0 additions and 1 deletions

View File

@ -5184,7 +5184,6 @@ class RosterWindow:
def setup_for_osx(self): def setup_for_osx(self):
# Massage the GTK menu so it will match up to the OS/X nib style menu # Massage the GTK menu so it will match up to the OS/X nib style menu
# when passed to sync-menu and merged # when passed to sync-menu and merged
print "FOOOOO"
main_menu = self.xml.get_widget('menubar') main_menu = self.xml.get_widget('menubar')
app_item = gtk.MenuItem('Gajim') app_item = gtk.MenuItem('Gajim')
main_menu.insert(app_item, 0) main_menu.insert(app_item, 0)