Changeset 9183
- Timestamp:
- 12/20/07 04:11:44 (11 months ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
message_window.py (modified) (1 diff)
-
roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/message_window.py
r9178 r9183 239 239 240 240 self.redraw_tab(control) 241 self. window.show_all()241 self.notebook.show_all() 242 242 # NOTE: we do not call set_control_active(True) since we don't know whether 243 243 # the tab is the active one. -
trunk/src/roster_window.py
r9178 r9183 1245 1245 item.connect('activate', self.on_join_gc_activate, account) 1246 1246 gc_sub_menu.append(item) 1247 1247 1248 1248 if len(gajim.connections[account].bookmarks) > 0: # user has at least one bookmark 1249 1249 item = gtk.SeparatorMenuItem() # separator
