(gtk) added optional libnotify support to gtk client. (wereHamster, charles)

This commit is contained in:
Charles Kerr
2008-02-24 15:42:31 +00:00
parent 27d5e73d7c
commit a311e12f9b
7 changed files with 132 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
#include "ipc.h"
#include "makemeta-ui.h"
#include "msgwin.h"
#include "notify.h"
#include "open-dialog.h"
#include "stats.h"
#include "tr_core.h"
@@ -267,6 +268,8 @@ main( int argc, char ** argv )
return 0;
}
tr_notify_init( );
didinit = cf_init( tr_getPrefsDirectory(), NULL ); /* must come before actions_init */
tr_prefs_init_global( );
myUIManager = gtk_ui_manager_new ();