patch by Matthias Clasen <mclasen@redhat.com> to expose the cursor theme

2005-07-07  Sebastien Bacher  <seb128@debian.org>

        * gnome-settings-xsettings.c:
        patch by Matthias Clasen <mclasen@redhat.com> to expose the cursor
        theme settings as xsettings (Closes: #308104).
This commit is contained in:
Sebastien Bacher 2005-07-07 19:35:59 +00:00 committed by Sebastien Bacher
parent d83b47a1cc
commit 23d4c2d5f2
3 changed files with 15 additions and 0 deletions

5
NEWS
View file

@ -1,3 +1,8 @@
gnome-control-center 2.11.6
- expose the cursor theme settings as xsettings (Matthias Clasen)
------------------------------------------------------------------------------
gnome-control-center 2.11.5
- new "about-me" capplet by Diego Gonzalez <diego@pemas.net>

View file

@ -1,3 +1,9 @@
2005-07-07 Sebastien Bacher <seb128@debian.org>
* gnome-settings-xsettings.c:
patch by Matthias Clasen <mclasen@redhat.com> to expose the cursor
theme settings as xsettings (Closes: #308104).
2005-06-12 Sebastien Bacher <seb128@debian.org>
* gnome-settings-daemon.c: (clipboard_manager_watch_cb):

View file

@ -134,6 +134,10 @@ static TranslationEntry translations [] = {
GCONF_VALUE_BOOL, translate_bool_int },
{ "/desktop/gnome/interface/menubar_accel", "Gtk/MenuBarAccel",
GCONF_VALUE_STRING, translate_string_string },
{ "/desktop/gnome/peripherals/mouse/cursor_theme", "Gtk/CursorThemeName",
GCONF_VALUE_STRING, translate_string_string },
{ "/desktop/gnome/peripherals/mouse/cursor_size", "Gtk/CursorThemeSize",
GCONF_VALUE_INT, translate_int_int },
};
static TranslationEntry*