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

noreply at xfce.org noreply at xfce.org
Mon Sep 23 23:14:56 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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit b5b1a4bbeb23d88f34173fb3bf5058d49a156203
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