[Xfce4-commits] <thunar:master> Fix missing instruction to load the sendto model (bug #6762).

Jannis Pohlmann noreply at xfce.org
Tue Nov 9 21:52:01 CET 2010


Updating branch refs/heads/master
         to 7e66ce644c174daaec597fb3da16b676f6db679d (commit)
       from fea6984b85afecc2f055cdbe763bfdace7d337d6 (commit)

commit 7e66ce644c174daaec597fb3da16b676f6db679d
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue Nov 9 21:47:56 2010 +0100

    Fix missing instruction to load the sendto model (bug #6762).
    
    Apparently, I forgot to add the call to thunar_sendto_model() load back
    again when I rewrote the sendto model based on GIO.

 thunar/thunar-sendto-model.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/thunar/thunar-sendto-model.c b/thunar/thunar-sendto-model.c
index 0d323dd..ee13a45 100644
--- a/thunar/thunar-sendto-model.c
+++ b/thunar/thunar-sendto-model.c
@@ -271,6 +271,9 @@ thunar_sendto_model_get_matching (ThunarSendtoModel *sendto_model,
           g_free (dir);
         }
       g_strfreev (datadirs);
+
+      /* load the model */
+      thunar_sendto_model_load (sendto_model);
     }
 
   /* test all handlers */



More information about the Xfce4-commits mailing list