~awn-core/awn/trunk-rewrite

« back to all changes in this revision

Viewing changes to libawn/awn-tooltip.c

  • Committer: Michal Hruby
  • Date: 2009-11-17 00:40:20 UTC
  • Revision ID: michal.mhr@gmail.com-20091117004020-70wck1cmo0bjdkg5
        * awn-settings/awnClass.py:
        * libawn/awn-tooltip.c:
        * src/awn-panel.c:
        Change GetSnapshot method to return image with alpha channel instead
        of the window below.

Show diffs side-by-side

added added

removed removed

Lines of Context:
757
757
  AwnTooltip *tooltip = (AwnTooltip*)data;
758
758
 
759
759
  tooltip->priv->hide_timer_id = 0;
 
760
  if (!tooltip->priv->smart_behavior) return FALSE;
760
761
 
761
762
  gtk_widget_hide (GTK_WIDGET (tooltip));
762
763