[glade3] * gladeui/glade-widget-adaptor.c: Uncommenting some code that for some reason got "fallout" from
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] * gladeui/glade-widget-adaptor.c: Uncommenting some code that for some reason got "fallout" from
- Date: Mon, 27 Dec 2010 08:06:05 +0000 (UTC)
commit e15616f02ed79bc238fcdf7aa981d3ad4e6165a8
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Dec 27 15:06:22 2010 +0900
* gladeui/glade-widget-adaptor.c: Uncommenting some code that for some reason
got "fallout" from the offscreen branches.
ChangeLog | 3 +++
gladeui/glade-widget-adaptor.c | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2fdb6ac..ecd3695 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
* gladui/glade-editor-property.c: Set a width-chars on the eprop label so that
line wrapping kicks in.
+ * gladeui/glade-widget-adaptor.c: Uncommenting some code that for some reason
+ got "fallout" from the offscreen branches.
+
2010-12-26 Tristan Van Berkom <tristanvb openismus com>
* gladeui/glade-previewer.c: Added include <locale.h> for setlocale() (bug 638035).
diff --git a/gladeui/glade-widget-adaptor.c b/gladeui/glade-widget-adaptor.c
index 8c5efab..bff69b9 100644
--- a/gladeui/glade-widget-adaptor.c
+++ b/gladeui/glade-widget-adaptor.c
@@ -2466,7 +2466,7 @@ glade_widget_adaptor_from_catalog (GladeCatalog *catalog,
* the parent tag as the runtime and the class already exist.
* So we need to add the properties and signals from the real class
* even though they wont be aplied at runtime.
- *//*
+ */
if (adaptor->type != adaptor->real_type)
{
adaptor->signals = gwa_list_signals (adaptor, adaptor->real_type);
@@ -2475,7 +2475,7 @@ glade_widget_adaptor_from_catalog (GladeCatalog *catalog,
&adaptor->properties, FALSE);
gwa_update_properties_from_type (adaptor, adaptor->real_type,
&adaptor->packing_props, TRUE);
- }*/
+ }
/* Perform a stoopid fallback just incase */
if (adaptor->generic_name == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]