Skip to content
Commit c1e06e09 authored by Javier Jardón's avatar Javier Jardón Committed by Javier Jardón
Browse files

Use accessor functions instead direct access. Second patch

Replace gtk_label_set_text() with gtk_message_dialog_set_markup()
so we don't have to use GTK_MESSAGE_DIALOG (logout_dialog)->label.
Also, We don't need to escape the text since there's no markup
in the string.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=586767
parent ce37f605
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment