]> git.sur5r.net Git - glabels/commitdiff
Fixed selection problem with media select widget
authorJim Evins <evins@snaught.com>
Wed, 31 Mar 2010 23:15:03 +0000 (19:15 -0400)
committerJim Evins <evins@snaught.com>
Wed, 31 Mar 2010 23:17:05 +0000 (19:17 -0400)
Fixed selection problem with media select widget by removing cut&paste
artifact from last update to this widget.

src/media-select.c

index ea56e03b0939741ce3daf25258f246f805fdc8b7..612c252ac29f16fcdd1d2f61852040228c5514c1 100644 (file)
@@ -549,8 +549,6 @@ selection_changed_cb (GtkTreeSelection       *selection,
         gtk_widget_set_sensitive (GTK_WIDGET (this->priv->custom_delete_button),
                                   gtk_tree_selection_get_mode (custom_selection) != GTK_SELECTION_NONE );
 
-        if (gtk_tree_selection_get_mode (selection) == GTK_SELECTION_NONE)
-
         /* Emit our "changed" signal */
         g_signal_emit (G_OBJECT (user_data), signals[CHANGED], 0);