[Xfce4-commits] [xfce/thunar] 01/01: Remove duplicate break statement in thunar-standard-view
noreply at xfce.org
noreply at xfce.org
Sun Mar 15 22:30:56 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit a89c83ff1d3a471dc654eb754ea36d482048e897
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Mar 11 15:06:49 2015 +0100
Remove duplicate break statement in thunar-standard-view
---
thunar/thunar-standard-view.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index 54d455d..c6a210d 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -989,7 +989,6 @@ thunar_standard_view_set_property (GObject *object,
case PROP_LOADING:
thunar_standard_view_set_loading (standard_view, g_value_get_boolean (value));
break;
- break;
case PROP_SELECTED_FILES:
thunar_component_set_selected_files (THUNAR_COMPONENT (object), g_value_get_boxed (value));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list