summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-30 21:10:10 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-30 21:10:10 +0200
commit8616b32310780d0fb8fc2a30a9ea9261c3bbf0ee (patch)
tree43186ca1ef19850074f75031ab45a5fe223c92c9 /source/dialogs
parentd62cc8a4ba8a73a06bd099d1fc46954b6e2ec500 (diff)
Remove initialization
Diffstat (limited to 'source/dialogs')
-rw-r--r--source/dialogs/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/window.c b/source/dialogs/window.c
index b8887dd8..20021862 100644
--- a/source/dialogs/window.c
+++ b/source/dialogs/window.c
@@ -474,7 +474,7 @@ static void _window_mode_load_data ( Mode *sw, unsigned int cd )
pd->cmd_list = g_malloc0_n ( ( pd->ids->len + 1 ), sizeof ( char* ) );
c = xcb_ewmh_get_desktop_names ( &xcb->ewmh, xcb->screen_nbr );
- xcb_ewmh_get_utf8_strings_reply_t names = { 0, };
+ xcb_ewmh_get_utf8_strings_reply_t names;
int has_names = FALSE;
if ( xcb_ewmh_get_desktop_names_reply ( &xcb->ewmh, c, &names, NULL ) ) {
has_names = TRUE;