Skip to content

Commit 82955c9

Browse files
AgalinAgalin
authored andcommitted
Don't preselect first on config open
1 parent d0a9260 commit 82955c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Pidgin MacOS Integration/main.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ enum GTypes : UInt {
333333
gtk_tree_selection_set_mode(sel, GTK_SELECTION_BROWSE)
334334
// TODO: Support preview by selection/double click
335335
// g_signal_connect (G_OBJECT (sel), "changed", G_CALLBACK (prefs_sound_sel), NULL);
336-
path = gtk_tree_path_new_first()
337-
gtk_tree_selection_select_path(sel, path)
338-
gtk_tree_path_free(path)
336+
// path = gtk_tree_path_new_first()
337+
// gtk_tree_selection_select_path(sel, path)
338+
// gtk_tree_path_free(path)
339339
gtk_tree_selection_set_select_function(sel, view_selection_func, nil, nil)
340340

341341
// TODO: Do something with FALSE, TRUE, NULL predefined values.

0 commit comments

Comments
 (0)