rep-gtk r386 - trunk
- From: chrisb svn gnome org
- To: svn-commits-list gnome org
- Subject: rep-gtk r386 - trunk
- Date: Sat, 25 Oct 2008 09:49:13 +0000 (UTC)
Author: chrisb
Date: Sat Oct 25 09:49:13 2008
New Revision: 386
URL: http://svn.gnome.org/viewvc/rep-gtk?rev=386&view=rev
Log:
fixed broken GtkCombo() Widget
Modified:
trunk/ChangeLog
trunk/rep-gtk.c
trunk/rep-types.c
Modified: trunk/rep-gtk.c
==============================================================================
--- trunk/rep-gtk.c (original)
+++ trunk/rep-gtk.c Sat Oct 25 09:49:13 2008
@@ -1987,7 +1987,7 @@
obj = GOBJ_PROXY(scm_obj)->obj;
- props = g_object_class_list_properties (G_OBJECT_GET_CLASS (obj), (gpointer) &nprops);
+ props = g_object_class_list_properties (G_OBJECT_GET_CLASS (obj), &nprops);
if (props != 0)
{
Modified: trunk/rep-types.c
==============================================================================
--- trunk/rep-types.c (original)
+++ trunk/rep-types.c Sat Oct 25 09:49:13 2008
@@ -440,6 +440,7 @@
res = tail = n;
else
{
+ g_list_concat (tail, n);
tail = n;
}
if (fromscm)
@@ -460,6 +461,7 @@
res = tail = n;
else
{
+ g_list_concat (tail, n);
tail = n;
}
if (fromscm)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]