glade3 r1770 - trunk/plugins/gtk+
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1770 - trunk/plugins/gtk+
- Date: Sat, 5 Apr 2008 21:42:06 +0100 (BST)
Author: tvb
Date: Sat Apr 5 21:42:06 2008
New Revision: 1770
URL: http://svn.gnome.org/viewvc/glade3?rev=1770&view=rev
Log:
removed dumb comments
Modified:
trunk/plugins/gtk+/glade-gtk.c
Modified: trunk/plugins/gtk+/glade-gtk.c
==============================================================================
--- trunk/plugins/gtk+/glade-gtk.c (original)
+++ trunk/plugins/gtk+/glade-gtk.c Sat Apr 5 21:42:06 2008
@@ -571,7 +571,6 @@
GladeWidget *widget,
GladeXmlNode *node)
{
- /* This code should work the same for <packing> and <widget> */
if (!glade_xml_node_verify (node, GLADE_XML_TAG_WIDGET))
return;
@@ -890,14 +889,12 @@
GladeXmlContext *context,
GladeXmlNode *node)
{
- /* This code should work the same for <packing> and <widget> */
if (!glade_xml_node_verify (node, GLADE_XML_TAG_WIDGET))
return;
/* First chain up and read in all the normal properties.. */
GWA_GET_CLASS (G_TYPE_OBJECT)->write_widget (adaptor, widget, context, node);
-
/* Write atk props */
glade_gtk_widget_write_atk_props (widget, context, node);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]