~ubuntu-branches/ubuntu/precise/gtk+2.0/precise

« back to all changes in this revision

Viewing changes to debian/patches/063_treeview_almost_fixed.patch

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 12:14:05 UTC
  • mfrom: (72.1.19 experimental)
  • Revision ID: james.westby@ubuntu.com-20100901121405-fpnv3e90oyihtvsx
Tags: 2.21.7-1ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/514879
3
3
# Upstream: https://bugzilla.gnome.org/607447
4
4
=== modified file 'gtk/gtktreeprivate.h'
5
 
Index: gtk+-2.21.3/gtk/gtktreeprivate.h
 
5
Index: gtk+-2.21.7/gtk/gtktreeprivate.h
6
6
===================================================================
7
 
--- gtk+-2.21.3.orig/gtk/gtktreeprivate.h       2010-06-27 14:33:46.000000000 +1000
8
 
+++ gtk+-2.21.3/gtk/gtktreeprivate.h    2010-06-29 12:36:53.555943001 +1000
9
 
@@ -263,6 +263,7 @@
 
7
--- gtk+-2.21.7.orig/gtk/gtktreeprivate.h       2010-08-31 01:09:37.000000000 +1000
 
8
+++ gtk+-2.21.7/gtk/gtktreeprivate.h    2010-09-01 12:21:13.782617000 +1000
 
9
@@ -265,6 +265,7 @@
10
10
 
11
11
   guint fixed_height_mode : 1;
12
12
   guint fixed_height_check : 1;
14
14
 
15
15
   guint reorderable : 1;
16
16
   guint header_has_focus : 1;
17
 
Index: gtk+-2.21.3/gtk/gtktreeview.c
 
17
Index: gtk+-2.21.7/gtk/gtktreeview.c
18
18
===================================================================
19
 
--- gtk+-2.21.3.orig/gtk/gtktreeview.c  2010-06-29 12:36:43.675943001 +1000
20
 
+++ gtk+-2.21.3/gtk/gtktreeview.c       2010-06-29 12:36:53.555943001 +1000
 
19
--- gtk+-2.21.7.orig/gtk/gtktreeview.c  2010-09-01 12:21:08.992617001 +1000
 
20
+++ gtk+-2.21.7/gtk/gtktreeview.c       2010-09-01 12:21:13.792617000 +1000
21
21
@@ -137,6 +137,7 @@
22
22
   PROP_ENABLE_SEARCH,
23
23
   PROP_SEARCH_COLUMN,
60
60
     case PROP_HOVER_SELECTION:
61
61
       tree_view->priv->hover_selection = g_value_get_boolean (value);
62
62
       break;
63
 
@@ -8318,7 +8332,15 @@
 
63
@@ -8343,7 +8357,15 @@
64
64
   if (tree == NULL)
65
65
     goto done;
66
66