# HG changeset patch # User Matti Hamalainen # Date 1352130802 -7200 # Node ID 3180bf22090f760debc53b8c130db6bbb81c6ad3 # Parent 22d0c5631fd25ccbfbd0db1263567c0bfa5ea40b Update copyright. diff -r 22d0c5631fd2 -r 3180bf22090f src/xs_about.c --- 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 - (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" diff -r 22d0c5631fd2 -r 3180bf22090f src/xs_config.c --- 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); }