[Xfce4-commits] [xfce/xfdesktop] 16/35: Fix build error (Bug #11778)

noreply at xfce.org noreply at xfce.org
Sun May 17 11:38:04 CEST 2015


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

eric pushed a commit to branch xfce-4.12
in repository xfce/xfdesktop.

commit 7c22f6d80150efc11bcbddf6bec7ce4a652d8bdc
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date:   Sun Mar 29 18:36:47 2015 +0200

    Fix build error (Bug #11778)
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 src/xfdesktop-icon-view.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index adff45c..30914c4 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -1640,6 +1640,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
             
             action = gdk_drag_context_get_selected_action(context);
 
+#ifdef ENABLE_FILE_ICONS
             if(action == GDK_ACTION_ASK) {
                 xfdesktop_dnd_menu(icon_view->priv->manager, icon_on_dest,
                                    context, &action, row, col, time_);
@@ -1649,6 +1650,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
                     return ret;
                 }
             }
+#endif
 
             for(l = icon_view->priv->selected_icons; l; l = l->next) {
                 if(xfdesktop_icon_do_drop_dest(icon_on_dest,

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


More information about the Xfce4-commits mailing list