[gnome-packagekit] Trivial method rename



commit 0a16b069e31a1f0b4aacd0f9a9b1656efe8c9dfe
Author: Richard Hughes <richard hughsie com>
Date:   Tue Oct 27 09:03:07 2009 +0000

    Trivial method rename

 src/gpk-prefs.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/gpk-prefs.c b/src/gpk-prefs.c
index f18b615..392958e 100644
--- a/src/gpk-prefs.c
+++ b/src/gpk-prefs.c
@@ -64,10 +64,10 @@
 static GtkBuilder *builder = NULL;
 
 /**
- * pk_button_help_cb:
+ * gpk_prefs_help_cb:
  **/
 static void
-pk_button_help_cb (GtkWidget *widget, gpointer data)
+gpk_prefs_help_cb (GtkWidget *widget, gpointer data)
 {
 	gpk_gnome_help ("prefs");
 }
@@ -451,7 +451,6 @@ static void
 gpk_prefs_close_cb (GtkWidget *widget, gpointer data)
 {
 	GMainLoop *loop = (GMainLoop *) data;
-	egg_debug ("emitting action-close");
 	g_main_loop_quit (loop);
 }
 
@@ -561,7 +560,7 @@ main (int argc, char *argv[])
 			  G_CALLBACK (gpk_prefs_close_cb), loop);
 	widget = GTK_WIDGET (gtk_builder_get_object (builder, "button_help"));
 	g_signal_connect (widget, "clicked",
-			  G_CALLBACK (pk_button_help_cb), NULL);
+			  G_CALLBACK (gpk_prefs_help_cb), NULL);
 
 	/* update the combo boxes */
 	gpk_prefs_update_freq_combo_setup ();



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