From 25e3f5e2c275ead48c6928afb9e00347c20c77dd Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Sun, 23 Aug 2009 00:44:24 -0400 Subject: [PATCH] tidy comments --- rfk.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rfk.c b/rfk.c index 6c0df5b..926d273 100644 --- a/rfk.c +++ b/rfk.c @@ -280,10 +280,6 @@ vibrate (void) gboolean animation_running = FALSE; -/* -static gboolean -love_animation_draw -*/ static gboolean ending_animation_quit (gpointer data) { @@ -641,6 +637,9 @@ set_up_widgets (void) /* The prologue */ + /* Get the rather odd version string. The RFK spec says that + * it should read v... + */ if (g_key_file_load_from_file (desktop, "/usr/share/applications/hildon/rfk.desktop", G_KEY_FILE_NONE, -- 1.7.9.5