From f3abf03133f01280ce04630a7d08a9abff9d3a1c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 29 May 2014 21:03:19 +0200 Subject: [PATCH] Fix parent class in template definition --- ...rect-name-for-parent-widgets-in-temp.patch | 43 +++++++++++++++++++ totem.spec | 8 +++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 0001-data-Use-the-correct-name-for-parent-widgets-in-temp.patch diff --git a/0001-data-Use-the-correct-name-for-parent-widgets-in-temp.patch b/0001-data-Use-the-correct-name-for-parent-widgets-in-temp.patch new file mode 100644 index 0000000..c17596e --- /dev/null +++ b/0001-data-Use-the-correct-name-for-parent-widgets-in-temp.patch @@ -0,0 +1,43 @@ +From dc7618a2ff94622c413bcbbce6f13a301cb12969 Mon Sep 17 00:00:00 2001 +From: Yosef Or Boczko +Date: Sat, 3 May 2014 23:54:22 +0300 +Subject: [PATCH] data: Use the correct name for parent widgets in templates + +Recent versions of GTK+ started complaining about this, for example: +(totem:5745): Gtk-CRITICAL **: Error building template class 'TotemMainToolbar' for an instance of type 'TotemMainToolbar': Template parent type `GtkBox' does not match instance parent type `GtkHeaderBar'. + +https://bugzilla.gnome.org/show_bug.cgi?id=729479 +--- + src/grilo.ui | 2 +- + src/totemmaintoolbar.ui | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/grilo.ui b/src/grilo.ui +index 7b8103d..aa7b9ac 100644 +--- a/src/grilo.ui ++++ b/src/grilo.ui +@@ -91,7 +91,7 @@ + + + +-