diff options
author | Christian Persch <[email protected]> | 2012-06-13 00:25:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-22 08:43:51 +0100 |
commit | 21073d44b5dd40facc67ac3108802559d7b13448 (patch) | |
tree | a6eb26d2300b6c2b94ee459c40ad9f736bebb0f6 /cut-n-paste/Makefile.am | |
parent | 674a6b31d3e4928e67bc574d2ed7758f19da52ac (diff) | |
download | atril-21073d44b5dd40facc67ac3108802559d7b13448.tar.bz2 atril-21073d44b5dd40facc67ac3108802559d7b13448.tar.xz |
shell: Use GtkApplication to inhibit the screensaver
Remove TotemScrsaver copy, and use GtkApplication inhibition instead.
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=612701f
Diffstat (limited to 'cut-n-paste/Makefile.am')
-rw-r--r-- | cut-n-paste/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am index bd953d76..b765ee9a 100644 --- a/cut-n-paste/Makefile.am +++ b/cut-n-paste/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = zoom-control toolbar-editor totem-screensaver smclient synctex +SUBDIRS = zoom-control toolbar-editor smclient synctex -include $(top_srcdir)/git.mk |