~ubuntu-branches/ubuntu/oneiric/metacity/oneiric

« back to all changes in this revision

Viewing changes to src/ui/ui.c

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2011-01-19 13:20:50 UTC
  • Revision ID: james.westby@ubuntu.com-20110119132050-haxwdq0d7o8nlnc4
Tags: 1:2.30.3-0ubuntu3
* debian/patches/15_show_maximized_titlebars.patch:
  needed to make decorations work properly with the new unity-2d
* debian/control:
  add Breaks: entry to libmetacity-private0 for the current compiz version,
  since we need a compiz rebuild for the new ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
881
881
                           gboolean    force_reload)
882
882
{
883
883
  meta_theme_set_current (name, force_reload);
 
884
  MetaTheme *theme = meta_theme_get_current ();
 
885
  if (theme)
 
886
    {
 
887
      meta_theme_set_show_maximized_titlebars (theme,
 
888
                                               meta_prefs_get_show_maximized_titlebars ());
 
889
    }
884
890
  meta_invalidate_default_icons ();
885
891
}
886
892