From e46568349c49cadc870f5c0fc84dcce2f7c461b1 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 16 Oct 2006 17:53:16 +0000 Subject: Use g_str_equal instead of strcmp. About box cleanups Use g_build_filename instead of building paths on my own Better BinReloc support (should work even if binreloc initialization fails) --- hardinfo2/util.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'hardinfo2/util.c') diff --git a/hardinfo2/util.c b/hardinfo2/util.c index b1c11174..6ca71fca 100644 --- a/hardinfo2/util.c +++ b/hardinfo2/util.c @@ -91,6 +91,3 @@ nonblock_sleep(guint msec) g_timeout_add(msec, (GSourceFunc)__nonblock_cb, NULL); gtk_main(); } - - - -- cgit v1.2.3