diff options
author | David Zeuthen <david@fubar.dk> | 2004-07-14 20:14:30 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-07-14 20:14:30 +0000 |
commit | a4a18b85dc7ebcde92da6b00ad7fd98cf6d36183 (patch) | |
tree | cd948a0892fd01d3f359af138b2e0904d0e2646a /tools/device-manager/hal-device-manager | |
parent | 205e73bcdfce2c05e015785f144c8f9e4553c57b (diff) |
Patch from Sjoerd Simons <sjoerd@luon.net>
Attached patch makes hal-device-manager shows the error about hald not
running in a gtk messagedialog instead of on the console. Which ensures
that when running it from the menu you see more then just a flash if
hald isn't running :) Also it changes some deprecated functions to use
their non-deprecated counterparts
Diffstat (limited to 'tools/device-manager/hal-device-manager')
-rwxr-xr-x | tools/device-manager/hal-device-manager | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/device-manager/hal-device-manager b/tools/device-manager/hal-device-manager index 42221b01..988c8a4e 100755 --- a/tools/device-manager/hal-device-manager +++ b/tools/device-manager/hal-device-manager @@ -13,4 +13,4 @@ from DeviceManager import DeviceManager gnome.program_init(Const.NAME, Const.VERSION) DeviceManager() -gtk.mainloop() +gtk.main() |