[gtk+/gtk-3-2] Correct Since: tag for gtk-application-prefer-dark-theme



commit 95d90ae255dc56ec4bb936dc8521ab623804de38
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 26 20:48:34 2012 -0500

    Correct Since: tag for gtk-application-prefer-dark-theme
    
    This setting was available since 2.90.x, so give it a 3.0 tag.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670832

 gtk/gtksettings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 89e0118..289006f 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -1147,7 +1147,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
    * Dark themes should not be used for documents, where large spaces are white/light
    * and the dark chrome creates too much contrast (web browser, text editor...).
    *
-   * Since: 2.22
+   * Since: 3.0
    */
   result = settings_install_property_parser (class,
                                              g_param_spec_boolean ("gtk-application-prefer-dark-theme",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]