diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-27 16:01:57 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-27 16:01:57 +0100 |
| commit | ebd0025f033ecf8f21d42e6a2c80ac312ec8116f (patch) | |
| tree | d1775011eb97d381b0fa5c8c56fc3608b98a2b66 /src/Gui/cc-gui | |
| parent | 5a736b8527fa667fde9d925b9139554334665036 (diff) | |
- fixed few gcc warnings
- added scrolled window for long reports
- fixes for all issues identified in review (awilliam@redhat.com)
Diffstat (limited to 'src/Gui/cc-gui')
| -rw-r--r-- | src/Gui/cc-gui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gui/cc-gui b/src/Gui/cc-gui index f11d434..cd6339f 100644 --- a/src/Gui/cc-gui +++ b/src/Gui/cc-gui @@ -1,3 +1,4 @@ +#! /bin/sh export PYTHONPATH=/usr/share/crash-catcher export XLOGNAME=$LOGNAME exec /usr/bin/python /usr/share/crash-catcher/CCMainWindow.py "$@" |
