Merge lp:~bratsche/xsplash/timeout-option-fix into lp:xsplash

Proposed by Cody Russell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bratsche/xsplash/timeout-option-fix
Merge into: lp:xsplash
Diff against target: 12 lines
1 file modified
src/xsplash.c (+1/-1)
To merge this branch: bzr merge lp:~bratsche/xsplash/timeout-option-fix
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+12532@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/xsplash.c'
--- src/xsplash.c 2009-09-26 19:23:26 +0000
+++ src/xsplash.c 2009-09-28 17:35:13 +0000
@@ -170,7 +170,7 @@
170 },170 },
171 {171 {
172 "timeout", 'x', 0,172 "timeout", 'x', 0,
173 G_OPTION_ARG_NONE, &timeout,173 G_OPTION_ARG_INT, &timeout,
174 "Timeout (in seconds - 15s by default) ", NULL174 "Timeout (in seconds - 15s by default) ", NULL
175 },175 },
176 {176 {

Subscribers

People subscribed via source and target branches