diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-18 01:07:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-18 01:07:01 +0000 |
commit | fddbefb1a4aefc4cdb98f22c2af484afd10d1357 (patch) | |
tree | 78a2f125b562feb788a91d8d1947d98c7318ab2f /README.in | |
parent | 0dfe8f8810ca1fb8a9e5a570dcbfb7c41035773c (diff) | |
download | gtk+-fddbefb1a4aefc4cdb98f22c2af484afd10d1357.tar.gz |
Make GtkMenuShell abstract
svn path=/trunk/; revision=18180
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -77,8 +77,15 @@ Release notes for 2.12 now passed the print settings on the command line with the --print-settings parameter pointing to a temp file containing the settings. The preview application assumes ownership of the file and should delete it once it does - not need it anymore. This feature requires Evince version 0.9.0 or above. - + not need it anymore. The --print-settings commandline option is understood + by Evince 0.9.0 and newer. To use a different print preview application, + change the gtk-print-preview-command setting in your gtkrc file, e.g. + gtk-print-preview-command = "ggv %f" + +* GtkMenuShell is now defined as an abstract type. It was already + documented as an abstract class, and there is little reason to + instantiate it. + Release notes for 2.10 ====================== |