summaryrefslogtreecommitdiffstats
path: root/src/gui/CCDBusBackend.py
Commit message (Collapse)AuthorAgeFilesLines
* GUI: minor fix to dbus backend to prevent exceptions when kerneloops happen ↵Jiri Moskovcak2010-10-191-2/+1
| | | | | | | | while gui is open - if oops happen abrtd sends a crash signal without uid_str parameter, but the old code expects 3 paramaters and throws an exception this patch fixes this problem by making the uid parameter optional
* added package, uuid and uid as parameters to "crash" signalJiri Moskovcak2010-08-301-8/+7
|
* GUI: increase dbus timeout in Report() callDenys Vlasenko2010-08-171-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-0/+231
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>