Fix misleading indentation

Coverity flagged this.

https://bugzilla.gnome.org/show_bug.cgi?id=780217
This commit is contained in:
Matthias Clasen 2017-03-17 14:10:10 -04:00 committed by Arx Cruz
parent 0b990c541c
commit db4a0c3c0f
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data)
gtk_label_set_text (GTK_LABEL (text), msg_data->dialog_text);
else
gtk_label_set_markup (GTK_LABEL (text), g_strcompress (msg_data->dialog_text));
zenity_label_widget_clipboard_selection(GTK_WIDGET (text));
zenity_label_widget_clipboard_selection(GTK_WIDGET (text));
}
if (msg_data->ellipsize)