summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.gz
openembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.bz2
openembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.tar.xz
openembedded-core-09f13534bdffe20734cb9d24171e7d04334ad24c.zip
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 63810e047..000000000
--- a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- gtk+-2.6.4/gtk/gtkseparator.c 2004-08-09 19:59:52.000000000 +0300
-+++ gtk+-2.6.4/gtk/gtkseparator.c 2005-04-06 16:19:37.928772312 +0300
-@@ -65,6 +65,18 @@
- static void
- gtk_separator_class_init (GtkSeparatorClass *class)
- {
-+ GParamSpec* pspec;
-+
-+ pspec = g_param_spec_boolean("hildonlike-drawing",
-+ "hildonlike looks.",
-+ "hildonlike looks. "
-+ "Draws with paint_box "
-+ "instead of paint_(vh)line, 1/0",
-+ FALSE,
-+ G_PARAM_READABLE);
-+
-+ gtk_widget_class_install_style_property(GTK_WIDGET_CLASS(class),
-+ pspec);
- }
-
- static void