summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-17 11:04:43 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-17 11:04:43 +0000
commit09f13534bdffe20734cb9d24171e7d04334ad24c (patch)
tree75d62cf9a1d5cfcd2a72602ec68dc90c61041699 /meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff
parentb6959cf8d390ded754f9a4ab5ce746313663a510 (diff)
downloadpoky-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.gz
gtk+: remove outdated maemo version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@804 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff
deleted file mode 100644
index 63810e047b..0000000000
--- a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff
+++ /dev/null
@@ -1,21 +0,0 @@
1--- gtk+-2.6.4/gtk/gtkseparator.c 2004-08-09 19:59:52.000000000 +0300
2+++ gtk+-2.6.4/gtk/gtkseparator.c 2005-04-06 16:19:37.928772312 +0300
3@@ -65,6 +65,18 @@
4 static void
5 gtk_separator_class_init (GtkSeparatorClass *class)
6 {
7+ GParamSpec* pspec;
8+
9+ pspec = g_param_spec_boolean("hildonlike-drawing",
10+ "hildonlike looks.",
11+ "hildonlike looks. "
12+ "Draws with paint_box "
13+ "instead of paint_(vh)line, 1/0",
14+ FALSE,
15+ G_PARAM_READABLE);
16+
17+ gtk_widget_class_install_style_property(GTK_WIDGET_CLASS(class),
18+ pspec);
19 }
20
21 static void