From d658226b5fe057ec23a746cab26663c441ed3dde Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Aug 06 2008 07:32:11 +0000 Subject: regenerate fuzzless patches --- diff --git a/planner-0.13-gannt-bar-height.patch b/planner-0.13-gannt-bar-height.patch index 3db9e70..014207b 100644 --- a/planner-0.13-gannt-bar-height.patch +++ b/planner-0.13-gannt-bar-height.patch @@ -1,6 +1,7 @@ ---- src/planner-gantt-view.c.orig 2006-05-16 17:33:21.000000000 +1000 -+++ src/planner-gantt-view.c 2006-05-16 17:33:44.000000000 +1000 -@@ -875,7 +875,7 @@ +diff -ru planner-0.14.3.orig/src/planner-gantt-view.c planner-0.14.3/src/planner-gantt-view.c +--- planner-0.14.3.orig/src/planner-gantt-view.c 2008-08-06 08:23:03.000000000 +0100 ++++ planner-0.14.3/src/planner-gantt-view.c 2008-08-06 08:23:48.000000000 +0100 +@@ -962,7 +962,7 @@ { GtkTreeView *tv = GTK_TREE_VIEW (view->priv->tree); GtkWidget *gantt = view->priv->gantt; @@ -9,7 +10,7 @@ gint header_height; gint height; GList *cols, *l; -@@ -886,6 +886,9 @@ +@@ -975,6 +975,9 @@ cols = gtk_tree_view_get_columns (tv); row_height = 0; header_height = 0; @@ -17,13 +18,13 @@ + "vertical-separator", &separator_height, + NULL); - for (l = cols; l; l = l->next) { - col = l->data; -@@ -899,6 +902,7 @@ + path = gtk_tree_path_new_first (); + +@@ -990,6 +993,7 @@ NULL, NULL, &height); + height += separator_height; row_height = MAX (row_height, height); - } - + + gtk_tree_view_get_background_area (tv, diff --git a/planner.spec b/planner.spec index 22b5d99..232370e 100644 --- a/planner.spec +++ b/planner.spec @@ -56,7 +56,7 @@ This package provides a plugin to integration planner and evolution. %setup -q %patch0 -p1 -b .desktop-fix %patch1 -p1 -b .enableeds -%patch2 -p0 -b .ganttheight +%patch2 -p1 -b .ganttheight %build aclocal