Rewrite error messages to be less unnecessarily verbose.

Only allow one instance of the preference window at a time.
Beat the dialogs with the GNOME HiG stick.
Handle missing .torrent files on startup better.
This commit is contained in:
Josh Elsasser
2006-02-05 17:33:57 +00:00
parent 38050332f5
commit a2914be847
7 changed files with 240 additions and 179 deletions

View File

@@ -57,6 +57,10 @@ readablesize(guint64 size, int decimals);
gboolean
mkdir_p(const char *name, mode_t mode);
/* joins a GList of strings into one string using an optional separator */
char *
joinstrlist(GList *list, char *sep);
/* set up a handler for various fatal signals */
void
setuphandlers(callbackfunc_t func, void *data);