~azzar1/unity/lp-1165097

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PanelStyle.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-21 14:28:40 UTC
  • mfrom: (1242.2.14 the-big-reshuffle)
  • Revision ID: neil.patel@canonical.com-20110621142840-y348glj6d7npj6m2
[merge] Update the build system

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  _offscreen = gtk_offscreen_window_new ();
48
48
  gtk_widget_set_name (_offscreen, "UnityPanelWidget");
49
49
  gtk_widget_set_size_request (_offscreen, 100, 24);
 
50
  gtk_style_context_add_class (gtk_widget_get_style_context (_offscreen),
 
51
                               "menubar");
50
52
  gtk_widget_show_all (_offscreen);
51
53
 
52
54
  _gtk_theme_changed_id = g_signal_connect (gtk_settings_get_default (), "notify::gtk-theme-name",