diff options
author | Christian Persch <[email protected]> | 2012-06-13 00:25:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-21 06:56:34 +0100 |
commit | 2f89fccf54a858495101cd57bac66ffca657ff62 (patch) | |
tree | 3d499f08c0d5b8da3245ecb6136a29616b9d2ec8 /cut-n-paste/Makefile.am | |
parent | 15073fb029c8fc78d7184be7bc0e70d4cbe5ac1b (diff) | |
download | atril-2f89fccf54a858495101cd57bac66ffca657ff62.tar.bz2 atril-2f89fccf54a858495101cd57bac66ffca657ff62.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 |