[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 237/473: Don't set command twice.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:56:47 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 7057110cfa3838b20f9dd2630403f328c4e1d512
Author: Graeme Gott <graeme at gottcode.org>
Date: Fri Nov 15 09:56:58 2013 -0500
Don't set command twice.
---
panel-plugin/command-edit.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/panel-plugin/command-edit.cpp b/panel-plugin/command-edit.cpp
index 103f298..ed1b30f 100644
--- a/panel-plugin/command-edit.cpp
+++ b/panel-plugin/command-edit.cpp
@@ -101,7 +101,6 @@ void CommandEdit::browse_clicked()
{
filename = gtk_file_chooser_get_filename(chooser);
gtk_entry_set_text(m_entry, filename);
- m_command->set(filename);
g_free(filename);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list