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 /help/reference/shell | |
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 'help/reference/shell')
-rw-r--r-- | help/reference/shell/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 9996b466..bd83f9fe 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -117,7 +117,6 @@ GTKDOC_LIBS = \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \ - $(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la \ $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ $(top_builddir)/properties/libevproperties.la \ $(top_builddir)/libdocument/libatrildocument.la \ |