[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 03/10: Replace GtkObject by GtkWidget

noreply at xfce.org noreply at xfce.org
Thu Nov 2 23:59:21 CET 2017


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

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository thunar-plugins/thunar-media-tags-plugin.

commit 05c1778920be4f9d5fc2456aaee79c9ff2d7891f
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu Nov 2 19:34:37 2017 -0300

    Replace GtkObject by GtkWidget
---
 thunar-plugin/audio-tags-page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar-plugin/audio-tags-page.c b/thunar-plugin/audio-tags-page.c
index b697e69..6feabbf 100644
--- a/thunar-plugin/audio-tags-page.c
+++ b/thunar-plugin/audio-tags-page.c
@@ -268,7 +268,7 @@ audio_tags_page_class_init (AudioTagsPageClass *klass)
 static void
 audio_tags_page_init (AudioTagsPage *page)
 {
-  GtkObject *adjustment;
+  GtkWidget *adjustment;
   GtkWidget *vbox;
   GtkWidget *alignment;
   GtkWidget *label;

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


More information about the Xfce4-commits mailing list