[gnome-commander] Replacing obsoleted GtkType with GType



commit 01b01e03bac4c6f1a164856a3a668aab48f2c2c9
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Jul 31 14:53:48 2011 +0200

    Replacing obsoleted GtkType with GType

 src/gnome-cmd-file-list.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-file-list.h b/src/gnome-cmd-file-list.h
index ca79a84..6c1f87e 100644
--- a/src/gnome-cmd-file-list.h
+++ b/src/gnome-cmd-file-list.h
@@ -36,7 +36,7 @@
 #define GNOME_CMD_FILE_LIST_GET_CLASS(obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GNOME_CMD_TYPE_FILE_LIST, GnomeCmdFileListClass))
 
 
-GtkType gnome_cmd_file_list_get_type ();
+GType gnome_cmd_file_list_get_type ();
 
 
 /* DnD target names */



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