~macslow/notify-osd/mouse-movement-monitor

« back to all changes in this revision

Viewing changes to src/bubble.c

  • Committer: Mirco Müller
  • Date: 2009-08-26 09:35:02 UTC
  • mto: This revision was merged to the branch mainline in revision 384.
  • Revision ID: mirco.mueller@ubuntu.com-20090826093502-94ewd3vzjai5xiiv
changed Enum-names for BubblePlacement to avoid giving anybody false ideas :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2249
2249
        this->priv->tile_body            = NULL;
2250
2250
        this->priv->tile_indicator       = NULL;
2251
2251
        this->priv->prevent_fade         = FALSE;
2252
 
        this->priv->placement            = PLACEMENT_EAST;
 
2252
        this->priv->placement            = PLACEMENT_NEW;
2253
2253
 
2254
2254
        update_input_shape (window, 1, 1);
2255
2255