From 20e277802983fa9d16a5f406f27c8cc120200e46 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 8 Sep 2011 08:25:15 +0000 Subject: use glib message functions instead of g_printf(). make view state selector/notebook a persistent setting. add toggling of tracker/dir filters to view menu. I might add more from preferences another time. --- src/trg-torrent-add-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-torrent-add-dialog.c') diff --git a/src/trg-torrent-add-dialog.c b/src/trg-torrent-add-dialog.c index e3718c7..d02b4e6 100644 --- a/src/trg-torrent-add-dialog.c +++ b/src/trg-torrent-add-dialog.c @@ -174,7 +174,7 @@ void launch_add_thread(struct add_torrent_threadfunc_args *args) g_thread_create(add_files_threadfunc, args, FALSE, &error); if (error) { - g_printf("thread creation error: %s\n", error->message); + g_error("thread creation error: %s\n", error->message); g_error_free(error); g_str_slist_free(args->list); g_free(args); -- cgit v1.2.3