[gnome-packagekit] Update screenshots in the help documentation



commit 2419ccbdc927891f3df8e79d718db63054e44794
Author: Richard Hughes <richard hughsie com>
Date:   Fri Jun 19 08:44:51 2009 +0100

    Update screenshots in the help documentation

 help/C/figures/gpk-log.png              |  Bin 36600 -> 44282 bytes
 help/C/figures/gpk-prefs.png            |  Bin 28148 -> 24802 bytes
 help/C/figures/gpk-updates-overview.png |  Bin 25797 -> 66312 bytes
 help/C/figures/gpk-updates.png          |  Bin 59640 -> 83421 bytes
 src/gpk-prefs.c                         |    3 ---
 5 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/help/C/figures/gpk-log.png b/help/C/figures/gpk-log.png
index d1cad09..871ba39 100644
Binary files a/help/C/figures/gpk-log.png and b/help/C/figures/gpk-log.png differ
diff --git a/help/C/figures/gpk-prefs.png b/help/C/figures/gpk-prefs.png
index 4c1ed82..45d90c9 100644
Binary files a/help/C/figures/gpk-prefs.png and b/help/C/figures/gpk-prefs.png differ
diff --git a/help/C/figures/gpk-updates-overview.png b/help/C/figures/gpk-updates-overview.png
index 7a946da..5f1afdd 100644
Binary files a/help/C/figures/gpk-updates-overview.png and b/help/C/figures/gpk-updates-overview.png differ
diff --git a/help/C/figures/gpk-updates.png b/help/C/figures/gpk-updates.png
index 8f34e2a..0f4f1fc 100644
Binary files a/help/C/figures/gpk-updates.png and b/help/C/figures/gpk-updates.png differ
diff --git a/src/gpk-prefs.c b/src/gpk-prefs.c
index a309a3b..1fd7d1f 100644
--- a/src/gpk-prefs.c
+++ b/src/gpk-prefs.c
@@ -169,13 +169,10 @@ gpk_prefs_update_combo_changed (GtkWidget *widget, gpointer data)
 	notify_widget = GTK_WIDGET (gtk_builder_get_object (builder, "checkbutton_notify_updates"));
 	if (strcmp (value, PK_UPDATE_ALL_TEXT) == 0) {
 		update = GPK_UPDATE_ENUM_ALL;
-		gtk_widget_set_sensitive (notify_widget, FALSE);
 	} else if (strcmp (value, PK_UPDATE_SECURITY_TEXT) == 0) {
 		update = GPK_UPDATE_ENUM_SECURITY;
-		gtk_widget_set_sensitive (notify_widget, TRUE);
 	} else if (strcmp (value, PK_UPDATE_NONE_TEXT) == 0) {
 		update = GPK_UPDATE_ENUM_NONE;
-		gtk_widget_set_sensitive (notify_widget, TRUE);
 	} else {
 		g_assert (FALSE);
 	}



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