[gnome-packagekit] Show a meaningful name in the about dialog
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Show a meaningful name in the about dialog
- Date: Tue, 16 Jul 2013 04:06:22 +0000 (UTC)
commit 2ef4d641eaf2e725ca07ca128cda636727118e0e
Author: Michael Catanzaro <mike catanzaro gmail com>
Date: Sat Jun 1 11:11:27 2013 -0500
Show a meaningful name in the about dialog
Fix the property name so that the name actually displays
https://bugzilla.gnome.org/show_bug.cgi?id=663692
src/gpk-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-application.c b/src/gpk-application.c
index 7f8ca95..ab6827a 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -2588,7 +2588,7 @@ gpk_application_activate_about_cb (GSimpleAction *action,
gtk_window_set_default_icon_name (GPK_ICON_SOFTWARE_INSTALLER);
gtk_show_about_dialog (GTK_WINDOW (main_window),
- "name", _("Software Install"),
+ "program-name", _("Software Install"),
"version", PACKAGE_VERSION,
"copyright", "Copyright \xc2\xa9 2007-2009 Richard Hughes",
"license", license_trans,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]