From 7f595187a140a45ee5ba2fc2b9c068b46d829f79 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 1 Oct 2012 22:52:14 +0200 Subject: migrate to gsettings --- src/core/screen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/screen.c') diff --git a/src/core/screen.c b/src/core/screen.c index 9c3e2b1f..69f3bdb0 100644 --- a/src/core/screen.c +++ b/src/core/screen.c @@ -848,7 +848,7 @@ prefs_changed_callback (MetaPreference pref, if (pref == META_PREF_NUM_WORKSPACES) { - /* MateConf doesn't provide timestamps, but luckily update_num_workspaces + /* GSettings doesn't provide timestamps, but luckily update_num_workspaces * often doesn't need it... */ guint32 timestamp = @@ -1281,8 +1281,8 @@ meta_screen_ensure_tab_popup (MetaScreen *screen, entries[i].title = window->title; /* Only get the pixbuf if the user does NOT have - /apps/marco/general/compositing_fast_alt_tab set to true - in mateconf. There is an obvious lag when the pixbuf is + compositing-fast-alt-tab-set to true + in GSettings. There is an obvious lag when the pixbuf is retrieved. */ if (!meta_prefs_get_compositing_fast_alt_tab()) win_pixbuf = get_window_pixbuf (window, &width, &height); -- cgit v1.2.1