gnome-control-center r9287 - trunk/capplets/about-me



Author: thomashpa
Date: Mon Feb 23 19:22:31 2009
New Revision: 9287
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=9287&view=rev

Log:
Trivial change of deprecated GtkType to GType. More fixage of bug #572325

Modified:
   trunk/capplets/about-me/ChangeLog
   trunk/capplets/about-me/eel-gtk-macros.h

Modified: trunk/capplets/about-me/eel-gtk-macros.h
==============================================================================
--- trunk/capplets/about-me/eel-gtk-macros.h	(original)
+++ trunk/capplets/about-me/eel-gtk-macros.h	Mon Feb 23 19:22:31 2009
@@ -49,11 +49,11 @@
                                                                               \
 static gpointer parent_class;                                                 \
                                                                               \
-GtkType                                                                       \
+GType                                                                         \
 prefix##_get_type (void)                                                      \
 {                                                                             \
-	GtkType parent_type;                                                  \
-	static GtkType type;                                                  \
+	GType parent_type;                                                    \
+	static GType type;                                                    \
                                                                               \
 	if (type == 0) {                                                      \
 		static GTypeInfo info = {                                     \



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