mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(gtk) added optional libnotify support to gtk client. (wereHamster, charles)
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user