This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
main: init libnotify
bboozzoo/device-cache
Maciek Borzecki
10 years ago
parent
d71140308c
commit
13fdf78c8c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/main.vala
+ 2
- 0
src/main.vala
View File
@ -20,6 +20,8 @@
public static int main(string[] args)
{
Notify.init("mconnect");
var core = Core.instance();
if (core == null)
error("cannot initialize core");
Write
Preview
Loading…
Cancel
Save