diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-18 23:45:39 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-18 23:45:39 +0000 |
commit | 33147039749e90d40fe66ab9e448d888abe664de (patch) | |
tree | aa8643d4f8805bda2276ee5b37af1e2856a07701 /gpe-contacts/select-start.patch | |
parent | 07a4fd97dd665e63022d9a93be93e841aef394ed (diff) |
move some old gpe-contacts patches out of the way
BKrev: 419d3423QF5N_wvn7NbL3ntVIv20Hw
Diffstat (limited to 'gpe-contacts/select-start.patch')
-rw-r--r-- | gpe-contacts/select-start.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gpe-contacts/select-start.patch b/gpe-contacts/select-start.patch deleted file mode 100644 index 580e0468a0..0000000000 --- a/gpe-contacts/select-start.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: main.c -=================================================================== -RCS file: /cvs/gpe/base/gpe-contacts/main.c,v -retrieving revision 1.102 -diff -u -r1.102 main.c ---- main.c 16 Oct 2004 22:21:17 -0000 1.102 -+++ main.c 26 Oct 2004 11:41:39 -0000 -@@ -1246,6 +1246,7 @@ - list_view = gtk_tree_view_new_with_model (GTK_TREE_MODEL (list_store)); - gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (list_view), FALSE); - tree_sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (list_view)); -+ gtk_tree_selection_set_mode(tree_sel, GTK_SELECTION_BROWSE); - - GTK_WIDGET_UNSET_FLAGS (list_view, GTK_CAN_FOCUS); - |