[gnome-packagekit] trivial: Remove the help buttons from progress and confirm generic dialogs



commit 53afaaf5489cf917e18710b4c845c93883491346
Author: Richard Hughes <richard hughsie com>
Date:   Wed Aug 24 15:57:40 2011 +0100

    trivial: Remove the help buttons from progress and confirm generic dialogs

 src/gpk-modal-dialog.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-modal-dialog.c b/src/gpk-modal-dialog.c
index d3ac6f1..f34bb94 100644
--- a/src/gpk-modal-dialog.c
+++ b/src/gpk-modal-dialog.c
@@ -140,7 +140,6 @@ gpk_modal_dialog_present_with_time (GpkModalDialog *dialog, guint32 timestamp)
 			gpk_modal_dialog_set_image (dialog, "dialog-question");
 		bitfield = pk_bitfield_from_enums (GPK_MODAL_DIALOG_WIDGET_BUTTON_CLOSE,
 						   GPK_MODAL_DIALOG_WIDGET_BUTTON_ACTION,
-						   GPK_MODAL_DIALOG_WIDGET_BUTTON_HELP,
 						   GPK_MODAL_DIALOG_WIDGET_MESSAGE,
 						   -1);
 	} else if (dialog->priv->page == GPK_MODAL_DIALOG_PAGE_FINISHED) {
@@ -168,7 +167,6 @@ gpk_modal_dialog_present_with_time (GpkModalDialog *dialog, guint32 timestamp)
 			gpk_modal_dialog_set_image (dialog, "dialog-warning");
 		bitfield = pk_bitfield_from_enums (GPK_MODAL_DIALOG_WIDGET_BUTTON_CLOSE,
 						   GPK_MODAL_DIALOG_WIDGET_BUTTON_CANCEL,
-						   GPK_MODAL_DIALOG_WIDGET_BUTTON_HELP,
 						   GPK_MODAL_DIALOG_WIDGET_PROGRESS_BAR,
 						   -1);
 	}



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