[gok] GOK fails to build with libusb enabled - bgo#588458
- From: Gerd Kohlberger <gerdk src gnome org>
- To: svn-commits-list gnome org
- Subject: [gok] GOK fails to build with libusb enabled - bgo#588458
- Date: Wed, 15 Jul 2009 12:06:11 +0000 (UTC)
commit 583227976060ca4ec209eaec31eb87e43a8a6222
Author: Gerd Kohlberger <gerdk src gnome org>
Date: Wed Jul 15 14:01:45 2009 +0200
GOK fails to build with libusb enabled - bgo#588458
gok/gok-libusb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gok/gok-libusb.c b/gok/gok-libusb.c
index ec74682..76fdb24 100644
--- a/gok/gok-libusb.c
+++ b/gok/gok-libusb.c
@@ -159,7 +159,7 @@ static void gok_libusb_display_error(gchar *error)
{
gchar *libusb_error = g_malloc0(256);
g_sprintf(libusb_error, _("can't initialize the libusb backend - %s"), error);
- gok_main_display_error(libusb_error);
+ gok_main_display_fatal_error(libusb_error);
g_free(libusb_error);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]