[planner] Remove deprecated name property



commit b98ff26eeedaaf7e903402853aff7304bd874f89
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Mon Aug 22 15:57:15 2011 +0200

    Remove deprecated name property
    
    There's a new property program-name but there's no need to set it
    explicitely here since we call g_set_application_name in main().

 src/planner-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/planner-window.c b/src/planner-window.c
index ffd480b..3091ac1 100644
--- a/src/planner-window.c
+++ b/src/planner-window.c
@@ -1221,7 +1221,6 @@ window_about_cb (GtkAction *action,
 				       GINT_TO_POINTER (LINK_TYPE_URL), NULL);
 
 	gtk_show_about_dialog (GTK_WINDOW (window),
-			       "name", "Planner",
 			       "version", VERSION,
 			       "comments", _("A Project Management application for the GNOME desktop"),
 			       "authors", authors,



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