add a title to the session logout confirm prompt
This commit is contained in:
parent
9d9ca8d1cf
commit
f542c5143a
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ static gboolean logout_func(ObActionsData *data, gpointer options)
|
|||
};
|
||||
|
||||
o2 = g_memdup(o, sizeof(Options));
|
||||
p = prompt_new(_("Are you sure you want to log out?"), NULL,
|
||||
p = prompt_new(_("Are you sure you want to log out?"),
|
||||
_("Log out"),
|
||||
answers, 2, 0, 0, prompt_cb, prompt_cleanup, o2);
|
||||
prompt_show(p, NULL, FALSE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue