[Xfce4-commits] <xfce4-mount-plugin:master> oops, fix copypasto

Landry Breuil noreply at xfce.org
Thu Apr 12 14:44:02 CEST 2012


Updating branch refs/heads/master
         to 416f29f2a4df4fd368d54b3b7d1973b85d515c57 (commit)
       from 00259a5d658d8e8662f516d5c4275222cf776869 (commit)

commit 416f29f2a4df4fd368d54b3b7d1973b85d515c57
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Apr 12 12:20:28 2012 +0200

    oops, fix copypasto

 panel-plugin/mount-plugin.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/mount-plugin.c b/panel-plugin/mount-plugin.c
index 9c72847..3af4fd0 100644
--- a/panel-plugin/mount-plugin.c
+++ b/panel-plugin/mount-plugin.c
@@ -534,7 +534,6 @@ free_mounter_dialog(GtkWidget * widget, t_mounter_dialog * md)
 static void
 mounter_apply_options (t_mounter_dialog *md)
 {
-    const char * tmp;
     gboolean incl_NFSs, excl_FSs;
     t_mounter * mt = md->mt;
     TRACE ("enters mounter_apply_options");
@@ -543,7 +542,7 @@ mounter_apply_options (t_mounter_dialog *md)
     incl_NFSs = mt->include_NFSs;
     excl_FSs = mt->exclude_FSs;
 
-    mt->on_mount_cmd = g_strdup ( tmp = gtk_entry_get_text
+    mt->on_mount_cmd = g_strdup ( gtk_entry_get_text
                           (GTK_ENTRY(md->string_cmd)) );
 
     if ( gtk_toggle_button_get_active


More information about the Xfce4-commits mailing list