gnome-commander r2223 - in branches/gcmd-1-3: . src/intviewer



Author: epiotr
Date: Mon Oct 20 17:25:24 2008
New Revision: 2223
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2223&view=rev

Log:
Code cleanup

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/intviewer/text-render.cc

Modified: branches/gcmd-1-3/src/intviewer/text-render.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/text-render.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/text-render.cc	Mon Oct 20 17:25:24 2008
@@ -260,8 +260,8 @@
 
 static void text_render_class_init (TextRenderClass *klass)
 {
-    GtkObjectClass *object_class = (GtkObjectClass *) klass;
-    GtkWidgetClass *widget_class = (GtkWidgetClass *) klass;
+    GtkObjectClass *object_class = GTK_OBJECT_CLASS (klass);
+    GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
 
     parent_class = (GtkWidgetClass *) gtk_type_class (gtk_widget_get_type ());
 



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