automaticaly begin editing of newly added theme

This commit is contained in:
Yann Leboulanger 2005-09-30 17:16:17 +00:00
parent c0ccc81252
commit b72776ff9d
1 changed files with 4 additions and 2 deletions

View File

@ -141,7 +141,9 @@ class GajimThemesWindow:
model.set_value(iter, 0, theme_name + unicode(i))
gajim.config.add_per('themes', theme_name_ns + unicode(i))
self.themes_tree.get_selection().select_iter(iter)
gobject.emit_signal_by_name(editing-started)
col = self.themes_tree.get_column(0)
path = model.get_path(iter)
self.themes_tree.set_cursor(path, col, True)
self.plugin.windows['preferences'].update_preferences_window()
def on_remove_button_clicked(self, widget):
@ -323,4 +325,4 @@ class GajimThemesWindow:
font_props[0] = True
if font_description.get_style() != pango.STYLE_ITALIC:
font_props[1] = True
return font_props
return font_props