]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-contacts/gpe-contacts-0.32/select-start.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-contacts / gpe-contacts-0.32 / select-start.patch
1 Index: main.c
2 ===================================================================
3 RCS file: /cvs/gpe/base/gpe-contacts/main.c,v
4 retrieving revision 1.102
5 diff -u -r1.102 main.c
6 --- main.c      16 Oct 2004 22:21:17 -0000      1.102
7 +++ main.c      26 Oct 2004 11:41:39 -0000
8 @@ -1246,6 +1246,7 @@
9    list_view = gtk_tree_view_new_with_model (GTK_TREE_MODEL (list_store));
10    gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (list_view), FALSE);
11    tree_sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (list_view));
12 +  gtk_tree_selection_set_mode(tree_sel, GTK_SELECTION_BROWSE);
13  
14    GTK_WIDGET_UNSET_FLAGS (list_view, GTK_CAN_FOCUS);
15