diff options
author | JosephMcc <[email protected]> | 2017-04-03 17:51:57 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-12 19:48:34 +0200 |
commit | 6217ba3214fb0284eb569ed22b5700ad2c6b5817 (patch) | |
tree | a3235c6332fdc0f9a90233030389ffd5a34ec40b /cut-n-paste/Makefile.am | |
parent | 94c2d848c4c71e600d92cc7f0a2b9e75ddf0feab (diff) | |
download | atril-6217ba3214fb0284eb569ed22b5700ad2c6b5817.tar.bz2 atril-6217ba3214fb0284eb569ed22b5700ad2c6b5817.tar.xz |
shell: Ditch gimpcellrenderertoggle
This is full of deprecated code and wasn't displaying properly. Replace it with
a gtk_cell_renderer_toggle_new() which uses a standard themed checkbox widget
and should display properly in HiDPI.
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 b53b9b9e..bd953d76 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 gimpcellrenderertoggle synctex +SUBDIRS = zoom-control toolbar-editor totem-screensaver smclient synctex -include $(top_srcdir)/git.mk |