~ubuntu-branches/ubuntu/natty/xfce4-panel/natty

« back to all changes in this revision

Viewing changes to panel/panel-base-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-22 15:13:26 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110122151326-4k6g8xp8g1i79rr7
Tags: 4.8.0-0ubuntu1
* New upstream release.
* debian/control: bump required xfce b-deps to >= 4.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
670
670
  panel_return_if_fail (GDK_IS_COLORMAP (colormap));
671
671
  colormap_changed = gtk_widget_get_colormap (widget) != colormap;
672
672
 
673
 
  panel_debug (PANEL_DEBUG_DOMAIN_BASE_WINDOW,
 
673
  panel_debug (PANEL_DEBUG_BASE_WINDOW,
674
674
               "set new colormap; composited=%s, rgba=%s, visible=%s",
675
675
               PANEL_DEBUG_BOOL (gtk_widget_is_composited (widget)),
676
676
               PANEL_DEBUG_BOOL (colormap_rgba),