Changeset 8619 for branches/gajim_0.11.1/src/config.py
- Timestamp:
- 08/30/07 01:40:56 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/config.py
r8588 r8619 2687 2687 iter_ = self.treestore.append(add_to, [account, _('New Group Chat'), '', 2688 2688 False, '', nick, 'in_and_out']) 2689 2690 self.view.expand_row(model.get_path(add_to), True) 2689 2691 self.view.set_cursor(model.get_path(iter_)) 2690 2691 self.view.expand_row(model.get_path(add_to), True)2692 2692 2693 2693 def on_remove_bookmark_button_clicked(self, widget):
