[glade3] * gladeui/Makefile.am, gladeui/glade-custom.[ch]: Removed support for old fashioned custom widge



commit b6dd2b5baac587473c7a929f968c314c28a9242f
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Jun 15 16:50:59 2010 -0400

    	* gladeui/Makefile.am, gladeui/glade-custom.[ch]: Removed support for old
    	  fashioned custom widgets from glade-2.
    
    	* plugins/python/Makefile.am: Fixed to link with new core library (libgladeui-2).

 ChangeLog                  |    5 +
 gladeui/Makefile.am        |    2 -
 gladeui/glade-custom.c     |  281 --------------------------------------------
 gladeui/glade-custom.h     |   62 ----------
 plugins/gtk+/gtk+.xml.in   |   10 --
 plugins/python/Makefile.am |    2 +-
 6 files changed, 6 insertions(+), 356 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 16a859b..8bc72b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
 	* plugins/gtk/gtk+.xml.in, plugins/gtk/glade-gtk.c: Removed all reference to
 	  deprecated GTK+ widgets (anything removed in 3.0).
 
+	* gladeui/Makefile.am, gladeui/glade-custom.[ch]: Removed support for old
+	  fashioned custom widgets from glade-2.
+
+	* plugins/python/Makefile.am: Fixed to link with new core library (libgladeui-2).
+
 2010-06-10  Javier Jardón <jjardon gnome org>
 
 	* m4/python.m4: quote the definition of AM_CHECK_PYMOD
diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
index b390f49..3db8f91 100644
--- a/gladeui/Makefile.am
+++ b/gladeui/Makefile.am
@@ -19,7 +19,6 @@ libgladeui_2_la_SOURCES = \
 	glade-project.c \
 	glade-parameter.c \
 	glade-placeholder.c \
-	glade-custom.c \
 	glade-inspector.c \
 	glade-xml-utils.c \
 	glade-palette.c \
@@ -84,7 +83,6 @@ libgladeuiinclude_HEADERS = \
 	glade-inspector.h \
 	glade-parameter.h \
 	glade-placeholder.h \
-	glade-custom.h \
 	glade-editor.h \
 	glade-editor-property.h \
 	glade-signal-editor.h \
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 2823199..fc27468 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -1724,14 +1724,6 @@ embedded in another object</_tooltip>
     
     <glade-widget-class name="GtkFontSelection" generic-name="fontselection" _title="Font Selection"/>
     
-    <glade-widget-class name="Custom" generic-name="custom" _title="Custom widget" deprecated="True" libglade-only="True">
-      <properties>
-	<property id="creation-function"/>
-	<property id="string1"/>
-	<property id="string2"/>
-      </properties>
-    </glade-widget-class>
-
     <glade-widget-class name="GtkAssistant" generic-name="assistant" _title="Assistant" since="2.10">
       <post-create-function>glade_gtk_assistant_post_create</post-create-function>
       <add-child-function>glade_gtk_assistant_add_child</add-child-function>
@@ -3433,8 +3425,6 @@ embedded in another object</_tooltip>
 
     <glade-widget-class-ref name="GtkHRuler"/>
     <glade-widget-class-ref name="GtkVRuler"/>
-
-    <glade-widget-class-ref name="Custom"/>
   </glade-widget-group>
 
 </glade-catalog>
diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am
index 0c21542..8abc73a 100644
--- a/plugins/python/Makefile.am
+++ b/plugins/python/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-libgladeui = $(top_builddir)/gladeui/libgladeui-1.la
+libgladeui = $(top_builddir)/gladeui/libgladeui-2.la
 
 
 # libgladepython



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]