diff options
author | rbuj <[email protected]> | 2021-10-27 17:23:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 21:45:51 +0100 |
commit | 17ccb4f4bd610252e4ea600546750ddcc09c855a (patch) | |
tree | e1cc1783e0d46cb80c52d2a40b748925141f25ee /typing-break/drw-selection.c | |
parent | 9d702031671fa8aa4cdf6ea512b3f59b8ea3da37 (diff) | |
download | mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.bz2 mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.xz |
Use a blank line at most
Diffstat (limited to 'typing-break/drw-selection.c')
-rw-r--r-- | typing-break/drw-selection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/typing-break/drw-selection.c b/typing-break/drw-selection.c index 7b5b05ca..31454401 100644 --- a/typing-break/drw-selection.c +++ b/typing-break/drw-selection.c @@ -110,7 +110,6 @@ drw_selection_claim (DrwSelection *drw_selection) g_signal_connect (drw_selection->invisible, "selection-clear-event", G_CALLBACK (drw_selection_clear), drw_selection); - if (gtk_selection_owner_set (drw_selection->invisible, gdk_atom_intern (SELECTION_NAME, FALSE), GDK_CURRENT_TIME)) { |