summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/gnotime/files/gnotime-2.3.0-fix-columns.patch')
-rw-r--r--app-office/gnotime/files/gnotime-2.3.0-fix-columns.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-office/gnotime/files/gnotime-2.3.0-fix-columns.patch b/app-office/gnotime/files/gnotime-2.3.0-fix-columns.patch
deleted file mode 100644
index 2b4b3ce9f232..000000000000
--- a/app-office/gnotime/files/gnotime-2.3.0-fix-columns.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur work.old/gnotime-2.3.0/src/projects-tree.c work/gnotime-2.3.0/src/projects-tree.c
---- work.old/gnotime-2.3.0/src/projects-tree.c 2008-01-23 18:50:29.000000000 +0200
-+++ work/gnotime-2.3.0/src/projects-tree.c 2008-03-10 15:53:47.000000000 +0200
-@@ -266,7 +266,7 @@
- priv->column_definitions[8].default_width = 72;
-
- priv->column_definitions[9].name = "description";
-- priv->column_definitions[9].model_column = TITLE_COLUMN;
-+ priv->column_definitions[9].model_column = DESCRIPTION_COLUMN;
- priv->column_definitions[9].renderer = priv->text_renderer;
- priv->column_definitions[9].value_property_name = "text";
- priv->column_definitions[9].label = _("Description");