[gnome-pilot] Fix compile warning.
- From: Halton Huo <haltonhuo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-pilot] Fix compile warning.
- Date: Wed, 26 Aug 2009 11:16:15 +0000 (UTC)
commit 0765ad8b44a6f4b4abf263cacffc643c511e2578
Author: Halton Huo <halton huo sun com>
Date: Wed Aug 26 17:37:46 2009 +0800
Fix compile warning.
applet/pilot.c | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/applet/pilot.c b/applet/pilot.c
index b851514..1864384 100644
--- a/applet/pilot.c
+++ b/applet/pilot.c
@@ -451,12 +451,12 @@ about_cb(BonoboUIComponent *uic, PilotApplet *pilot, const gchar *verbname)
}
about = gtk_about_dialog_new ();
- gtk_about_dialog_set_name (about, _("gnome-pilot applet"));
- gtk_about_dialog_set_version (about, VERSION);
- gtk_about_dialog_set_copyright (about, _("Copyright 2000-2006 Free Software Foundation, Inc."));
- gtk_about_dialog_set_comments (about, _("A PalmOS PDA monitor.\n"));
- gtk_about_dialog_set_authors (about, (const gchar**)authors);
- gtk_about_dialog_set_translator_credits (about, "Translations by the GNOME Translation Project");
+ gtk_about_dialog_set_name (GTK_ABOUT_DIALOG (about), _("gnome-pilot applet"));
+ gtk_about_dialog_set_version (GTK_ABOUT_DIALOG (about), VERSION);
+ gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (about), _("Copyright 2000-2006 Free Software Foundation, Inc."));
+ gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG (about), _("A PalmOS PDA monitor.\n"));
+ gtk_about_dialog_set_authors (GTK_ABOUT_DIALOG (about), (const gchar**)authors);
+ gtk_about_dialog_set_translator_credits (GTK_ABOUT_DIALOG (about), "Translations by the GNOME Translation Project");
gtk_window_set_wmclass (
GTK_WINDOW (about), "pilot", "Pilot");
@@ -1103,7 +1103,6 @@ save_properties (PilotApplet *self)
"pop_ups",
self->properties.popups,
NULL);
- /* gnome_config_set_int ("text_limit",properties.text_limit); */
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]