[Xfce4-commits] [apps/parole] 01/01: Replace deprecated GtkVBox

noreply at xfce.org noreply at xfce.org
Sun Jun 29 18:09:01 CEST 2014


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/parole.

commit 8ea3e2e526af2940d85c1dc834f6ce8cfe35d426
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Jun 29 12:08:54 2014 -0400

    Replace deprecated GtkVBox
---
 src/parole-medialist.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/parole-medialist.h b/src/parole-medialist.h
index bc20803..45c2af9 100644
--- a/src/parole-medialist.h
+++ b/src/parole-medialist.h
@@ -58,7 +58,7 @@ typedef struct ParoleMediaListPrivate ParoleMediaListPrivate;
 
 typedef struct
 {
-    GtkVBox                     parent;
+    GtkBox                      parent;
 
     ParoleMediaListPrivate     *priv;
 
@@ -66,7 +66,7 @@ typedef struct
 
 typedef struct
 {
-    GtkVBoxClass    parent_class;
+    GtkBoxClass     parent_class;
 
     void            (*media_activated)              (ParoleMediaList *list,
                                                      GtkTreeRowReference *row);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list