summaryrefslogtreecommitdiff
path: root/src/windowlist.c
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2004-10-15 02:42:47 +0000
committerBrian Tarricone <brian@tarricone.org>2004-10-15 02:42:47 +0000
commit54ca041e9bd48d94fa05ce04d2eb50f490880c88 (patch)
tree02ee3c76a26e4baa83247733d6edbb9edf1a0c6e /src/windowlist.c
parent5f0a31233c8c480728ea0ce93de8f30314a602eb (diff)
downloadxfdesktop-54ca041e9bd48d94fa05ce04d2eb50f490880c88.tar.gz
* fix some warnings
* hopefully fix crash on exit (bug #344) (Old svn revision: 7942)
Diffstat (limited to 'src/windowlist.c')
-rw-r--r--src/windowlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windowlist.c b/src/windowlist.c
index c886cff5..474ee097 100644
--- a/src/windowlist.c
+++ b/src/windowlist.c
@@ -159,7 +159,7 @@ windowlist_create(GdkScreen *gscreen)
gint nworkspaces, i;
NetkWorkspace *active_workspace, *netk_workspace;
gchar *ws_label, *rm_label;
- const gchar *ws_name;
+ const gchar *ws_name = NULL;
GList *windows, *l;
NetkWindow *netk_window;
gint w, h;