[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 12/22: Keep abobe Beeep! message box
noreply at xfce.org
noreply at xfce.org
Sat Dec 30 06:16:33 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-timer-plugin.
commit 46f995873cd443a9d8dd625dcd773de1b1e3e1d9
Author: Daniel Muñiz Fontoira <dani at damufo.com>
Date: Wed Dec 13 11:02:38 2017 +0100
Keep abobe Beeep! message box
---
panel-plugin/xfcetimer.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/panel-plugin/xfcetimer.c b/panel-plugin/xfcetimer.c
index a879482..2c900af 100644
--- a/panel-plugin/xfcetimer.c
+++ b/panel-plugin/xfcetimer.c
@@ -185,7 +185,8 @@ static gboolean update_function (gpointer data){
GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE, "%s", dialog_message);
- gtk_window_set_title ((GtkWindow *) dialog, dialog_title);
+ gtk_window_set_title ((GtkWindow *) dialog, dialog_title);
+ gtk_window_set_keep_above((GtkWindow *) dialog, TRUE);
gtk_dialog_add_button((GtkDialog *) dialog, _("Close"), 0);
gtk_dialog_add_button ( (GtkDialog *) dialog, _("Rerun the timer"), 1);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list