Update to latest trunk

This commit is contained in:
Tom Beckmann 2013-02-08 19:22:33 +01:00
commit c6e094f7b9

View File

@ -51,7 +51,7 @@ namespace Gala
dock_settings = new Plank.DockPreferences.with_filename (Environment.get_user_config_dir () + "/plank/dock1/settings");
dock_settings.changed.connect (update_dock);
dock_theme = new Plank.Drawing.DockTheme ();
dock_theme = new Plank.Drawing.DockTheme (dock_settings.Theme);
dock_theme.load ("dock");
dock_theme.changed.connect (update_dock);