summaryrefslogtreecommitdiff
path: root/settings-dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'settings-dialogs')
-rw-r--r--settings-dialogs/xfwm4-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings-dialogs/xfwm4-settings.c b/settings-dialogs/xfwm4-settings.c
index 046bc8626..0377a8b94 100644
--- a/settings-dialogs/xfwm4-settings.c
+++ b/settings-dialogs/xfwm4-settings.c
@@ -1404,7 +1404,7 @@ xfwm_settings_button_layout_property_changed (XfconfChannel *channel,
gtk_container_get_children (GTK_CONTAINER (hidden_box)));
/* Move buttons to the active list */
- for (str_value = g_value_get_string (value); *str_value != '\0'; ++str_value)
+ for (str_value = g_value_get_string (value); str_value != NULL && *str_value != '\0'; ++str_value)
for (iter = children; iter != NULL; iter = g_list_next (iter))
{
button = GTK_WIDGET (iter->data);