[gnome-nibbles] About dialog: remove old wrap-license property



commit fae1d8b77121978f5801199f4335c6269bc0e9e1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Nov 19 11:46:21 2013 -0600

    About dialog: remove old wrap-license property
    
    This is a holdover from before the switch to GtkLicense

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 3f7ca87..3798ebd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -166,7 +166,7 @@ about_cb (GtkAction * action, gpointer data)
        "logo-icon-name", "gnome-nibbles", 
        "website", "http://www.gnome.org/projects/gnome-games/";,
        "website-label", _("GNOME Games web site"),
-       "wrap-license", TRUE, NULL);
+       NULL);
 }
 
 static gboolean


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