~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to src/eventdlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-14 16:33:49 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050914163349-3zacov4afysz5cw5
Tags: 0.9.3-2ubuntu1
* Sync with debian
* Applied patch to psi.desktop to start psi without gpg-agent use (known
  issue)
* Updated README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
AddUrlDlg::AddUrlDlg(QWidget *parent, const char *name)
409
409
:AddUrlUI(parent, name, true)
410
410
{
 
411
#ifndef Q_WS_MAC
411
412
        setIcon(IconsetFactory::icon("psi/www"));
 
413
#endif
412
414
 
413
415
        connect(pb_close, SIGNAL(clicked()), SLOT(reject()));
414
416
        connect(pb_ok, SIGNAL(clicked()), SLOT(accept()));
1193
1195
                d->pb_next->forceSetIcon(d->nextAnim);
1194
1196
 
1195
1197
        // update the widget icon
 
1198
#ifndef Q_WS_MAC
1196
1199
        if(d->composing) {
1197
1200
                setIcon(IconsetFactory::icon("psi/sendMessage"));
1198
1201
        }
1200
1203
                if(d->anim)
1201
1204
                        setIcon(d->anim->impix());
1202
1205
        }
 
1206
#endif
1203
1207
}
1204
1208
 
1205
1209
QSize EventDlg::defaultSize()