! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Xfce4-timer-plugin - Beep!! keep above, improvement
Status:
RESOLVED: FIXED
Product:
Xfce4-timer-plugin
Component:
General

Comments

Description dani 2017-04-21 13:17:17 CEST
Created attachment 7080 
Add keep above for Beep dialog

Impovement

Add "keep above" for Beep window

on function 
static gboolean update_function (gpointer data)

add line
    
    gtk_window_set_keep_above((GtkWindow *) dialog, TRUE);

below line
    gtk_window_set_title ((GtkWindow *) dialog, dialog_title);

I add patch

Bug #13514

Reported by:
dani
Reported on: 2017-04-21
Last modified on: 2018-01-19

People

Assignee:
Florian Rivoal
CC List:
0 users

Version

Version:
unspecified

Attachments

Add keep above for Beep dialog (54.28 KB, text/x-csrc)
2017-04-21 13:17 CEST , dani
no flags

Additional information