Comment 12 for bug 925014

Revision history for this message
installshield_freak (installshield-freak) wrote :

Hey Bilal,

 I was reviewing your code and heres what I would do for this transaction:
        + if (!aptdaemon_trans_id_.empty()) // Application is being installed, or hasn't been installed yet
47 + tooltip_text = _("Waiting to install");
48 + else {
49 + SetQuirk(QUIRK_URGENT, true);
50 + needs_urgent_ = true;
                           tooltip_text=_(Appname.string);

51 + }

As it currently quirks, if you hover over it it still says "Waiting to install" it does on my installation anyway ;)
I