X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-view.c;h=a840539dcba38087d037fdc56235b9bee8460d74;hb=0cb2b9c421440ddf413bbfd39642404ee67e86f5;hp=73bd9d8de225cf33fbe86e5768486e6f9d1edfb9;hpb=a9faf7c6614e0cbc5532f4c9bf9afcf92d52209e;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-view.c b/src/ui/gui/psppire-var-view.c index 73bd9d8d..a840539d 100644 --- a/src/ui/gui/psppire-var-view.c +++ b/src/ui/gui/psppire-var-view.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2009 Free Software Foundation + Copyright (C) 2009, 2011 Free Software Foundation 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 @@ -141,7 +141,7 @@ display_cell_var_name (GtkTreeViewColumn *tree_column, g_value_unset (&value); - g_object_set (cell, "text", var_get_name (var), NULL); + g_object_set (cell, "text", var ? var_get_name (var) : "", NULL); }