Show
Ignore:
Timestamp:
08/30/07 01:40:56 (15 months ago)
Author:
roidelapluie
Message:

[steve-e] Add new bookmark before trying to select it. Fixes #3199.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/config.py

    r8588 r8619  
    26872687                iter_ = self.treestore.append(add_to, [account, _('New Group Chat'), '', 
    26882688                        False, '', nick, 'in_and_out']) 
     2689 
     2690                self.view.expand_row(model.get_path(add_to), True) 
    26892691                self.view.set_cursor(model.get_path(iter_)) 
    2690  
    2691                 self.view.expand_row(model.get_path(add_to), True) 
    26922692 
    26932693        def on_remove_bookmark_button_clicked(self, widget):