~ubuntu-branches/ubuntu/karmic/psi/karmic

« back to all changes in this revision

Viewing changes to src/psiapplication.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2006-01-20 00:20:36 UTC
  • mto: (2.1.8 hardy) (6.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060120002036-4aoz7faf1s2ilb60
Tags: upstream-0.10
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
                                // announced its presence
191
191
                                setTrayOwnerWindow(_event->xclient.display);
192
192
                                newTrayOwner();
193
 
                                break;
194
193
                        }
 
194
                        break;
 
195
                        
195
196
                case DestroyNotify:
196
197
                        if (_event->xdestroywindow.event == tray_owner)
197
198
                        {
202
203
                                // whether a notification area is available.
203
204
                                tray_owner = 0;
204
205
                                trayOwnerDied();
205
 
                                break;
206
206
                        }
 
207
                        break;
207
208
 
208
209
                case ButtonPress:
209
210
                case XKeyPress: