[gnome-software/wip/rancell/reviews] Revert debugging change



commit 8e746f40b40cfae6a787a67fc184c778dd9ce6d9
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Feb 11 11:34:58 2016 +1300

    Revert debugging change

 src/gs-review-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-review-dialog.c b/src/gs-review-dialog.c
index 46c5486..e86f0df 100644
--- a/src/gs-review-dialog.c
+++ b/src/gs-review-dialog.c
@@ -117,7 +117,7 @@ gs_review_dialog_changed_cb (GsReviewDialog *dialog)
        gtk_widget_set_tooltip_text (dialog->post_button, msg);
 
        /* can the user submit this? */
-       gtk_widget_set_sensitive (dialog->post_button, TRUE);//all_okay);
+       gtk_widget_set_sensitive (dialog->post_button, all_okay);
 }
 
 static gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]