[Xfce4-commits] [xfce/thunar] 02/02: Fixed unused variable warning

noreply at xfce.org noreply at xfce.org
Mon Sep 23 23:13:06 CEST 2019


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

a   l   e   x       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 xfce/thunar.

commit abc23e176e613a2513f741c20badd95e70ff1ab3
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Mon Sep 23 22:37:15 2019 +0200

    Fixed unused variable warning
---
 plugins/thunar-apr/thunar-apr-image-page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/thunar-apr/thunar-apr-image-page.c b/plugins/thunar-apr/thunar-apr-image-page.c
index 5a84619..20e14ce 100644
--- a/plugins/thunar-apr/thunar-apr-image-page.c
+++ b/plugins/thunar-apr/thunar-apr-image-page.c
@@ -108,8 +108,8 @@ thunar_apr_image_page_init (ThunarAprImagePage *image_page)
   AtkObject      *object;
   GtkWidget      *label;
   GtkWidget      *grid;
-  GtkWidget      *spacer;
 #ifdef HAVE_EXIF
+  GtkWidget      *spacer;
   guint           n;
 #endif
 

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


More information about the Xfce4-commits mailing list