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
=== modified file 'src/main.vala'
--- src/main.vala 2011-07-07 16:35:42 +0000
+++ src/main.vala 2011-07-13 20:27:06 +0000
@@ -221,7 +221,7 @@
221 if (!window_focus)221 if (!window_focus)
222 {222 {
223 try223 try
224 { GLib.Process.spawn_command_line_async("notify-send \"" + t.get_window_title() + "\" \"Task over\""); }224 { GLib.Process.spawn_command_line_async("notify-send --icon=\"terminal\" \"" + t.get_window_title() + "\" \"Task finished.\""); }
225 catch225 catch
226 { }226 { }
227 }227 }

Subscribers

People subscribed via source and target branches

to all changes: