[geany/geany] 72db3a: Don't use deprecated GtkObject

Colomban Wendling git-noreply at xxxxx
Thu Sep 13 14:34:18 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 13 Sep 2012 14:34:18
Commit:      72db3a711e9748c1fbcdd4e4cccb64e4f956a916
             https://github.com/geany/geany/commit/72db3a711e9748c1fbcdd4e4cccb64e4f956a916

Log Message:
-----------
Don't use deprecated GtkObject


Modified Paths:
--------------
    src/stash.c

Modified: src/stash.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1082,7 +1082,7 @@ void stash_tree_setup(GPtrArray *group_array, GtkTreeView *tree)
 	GtkTreeModel *model;
 	GtkCellRenderer *cell;
 	GtkTreeViewColumn *column;
-	GtkObject *adjustment;
+	GtkAdjustment *adjustment;
 
 	store = gtk_list_store_new(STASH_TREE_COUNT, G_TYPE_STRING, G_TYPE_POINTER);
 	stash_tree_append_prefs(group_array, store, PREF_DISPLAY);


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list