~om26er/ubuntu/natty/unity/unity-fix-769703-3

« back to all changes in this revision

Viewing changes to src/PanelTray.cpp

  • Committer: Didier Roche
  • Date: 2011-05-26 16:15:21 UTC
  • mfrom: (100.1.56 upstream)
  • Revision ID: didier.roche@canonical.com-20110526161521-m3f6tg1xb0g1vn0k
* New upstream bug-fix release.
  - In a dual monitor setup with different resolutions, Unity places windows
    in the "dead zone" (LP: #752098)
  - Left pixel of launcher is not clickable on session start (LP: #758026)
  - unity crashed with AttributeError in reset_unity_compiz_profile(): 'str'
    object has no attribute 'get_string' (LP: #737320)
  - unity --reset crashes with NameError (LP: #774280)
  - Bottom icon on launcher tilts when it maybe shouldn't if icons fill
    launcher nearly exactly (LP: #728949)
  - Dodge active window - launcher should not show when modal dialog is
    opened (LP: #718185)
  - Unity maximizes windows that don't support resize on launch (LP: #769781)
  - compiz crashed with SIGSEGV in sigc::signal_base::impl() (LP: #762801)
  - inactive menus becomes brighter on sub-sequent clicks (LP: #733740)
  - Unity crashes when dynamic quicklist dbusmenu contains a hidden menuitem.
    (LP: #759174)
  - Opening quicklist with launcher keynav returns focus to previous window
    (LP: #750781)
* debian/patches/01_add_scp_to_systray.patch:
  - remove, upstream now

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  gtk_window_set_skip_pager_hint (GTK_WINDOW (_window), TRUE);
39
39
  gtk_window_set_skip_taskbar_hint (GTK_WINDOW (_window), TRUE);
40
40
  gtk_window_resize (GTK_WINDOW (_window), 1, 24);
 
41
  SetMinMaxSize (1, 24);
41
42
  gtk_window_move (GTK_WINDOW (_window), 200, 12);
42
43
  gtk_widget_set_name (_window, "UnityPanelApplet");
43
44
  gtk_widget_set_colormap (_window, gdk_screen_get_rgba_colormap (gdk_screen_get_default ()));