Merge lp:~blanelegant/pantheon-terminal/Fixes810124 into lp:~kekun-plazas/pantheon-terminal/trunk

Proposed by Blane Legant
Status: Merged
Merged at revision: 22
Proposed branch: lp:~blanelegant/pantheon-terminal/Fixes810124
Merge into: lp:~kekun-plazas/pantheon-terminal/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/main.vala (+1/-1)
To merge this branch: bzr merge lp:~blanelegant/pantheon-terminal/Fixes810124
Reviewer Review Type Date Requested Status
Adrien Plazas Pending
Review via email: mp+67890@code.launchpad.net

Description of the change

Added icon to 'task over' notification, changed the text 'Task over' to 'Task complete.'

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/main.vala'
2--- src/main.vala 2011-07-07 16:35:42 +0000
3+++ src/main.vala 2011-07-13 20:27:06 +0000
4@@ -221,7 +221,7 @@
5 if (!window_focus)
6 {
7 try
8- { GLib.Process.spawn_command_line_async("notify-send \"" + t.get_window_title() + "\" \"Task over\""); }
9+ { GLib.Process.spawn_command_line_async("notify-send --icon=\"terminal\" \"" + t.get_window_title() + "\" \"Task finished.\""); }
10 catch
11 { }
12 }

Subscribers

People subscribed via source and target branches

to all changes: