changeset 750:3180bf22090f

Update copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:53:22 +0200
parents 22d0c5631fd2
children 55eea3fa8868
files src/xs_about.c src/xs_config.c
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Mon Nov 05 17:51:43 2012 +0200
+++ b/src/xs_about.c	Mon Nov 05 17:53:22 2012 +0200
@@ -4,7 +4,7 @@
    Aboutbox dialog
    
    Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-   (C) Copyright 1999-2009 Tecnic Software productions (TNSP)
+   (C) Copyright 1999-2012 Tecnic Software productions (TNSP)
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -158,7 +158,7 @@
             " - Now gone, but forever in our hearts -\n"
             "\n"
             "\n"
-            "(C) Copyright 1999-2009\n"
+            "(C) Copyright 1999-2012\n"
             "\tTecnic Software productions (TNSP)\n"
             "\n"
             "Programming and design\n"
--- a/src/xs_config.c	Mon Nov 05 17:51:43 2012 +0200
+++ b/src/xs_config.c	Mon Nov 05 17:53:22 2012 +0200
@@ -1046,7 +1046,9 @@
             (gpointer) xs_cfg.sid2FilterPresets[i]->name);
     }
     
-    gtk_combo_set_popdown_strings(GTK_COMBO(LUW("cfg_sp2_filter_combo")), tmpList);
+    if (tmpList != NULL)
+        gtk_combo_set_popdown_strings(GTK_COMBO(LUW("cfg_sp2_filter_combo")), tmpList);
+
     g_list_free(tmpList);
 }