Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
tong committed Apr 22, 2013
1 parent 1b1b166 commit 57a82f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestLibnotify.hx
Expand Up @@ -15,7 +15,7 @@ class TestLibnotify {
Sys.println( "Server capabilities : "+Notify.getServerCaps() );
Sys.println( "Server info : "+Notify.getServerInfo() );

var n = new Notification( "Brightness: 60 percent", "Bruce Willis is dead", "./haxe.png" );
var n = new Notification( "HXLibnotify", "Bruce Willis is dead", "./haxe.png", 10000 );
n.setUrgency( NotificationUrgency.critical );
n.show();

Expand Down
Binary file removed test/libnotify-test
Binary file not shown.
Binary file removed test/libnotify.ndll
Binary file not shown.

0 comments on commit 57a82f4

Please sign in to comment.