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
1=== modified file 'src/xsplash.c'
2--- src/xsplash.c 2009-09-26 19:23:26 +0000
3+++ src/xsplash.c 2009-09-28 17:35:13 +0000
4@@ -170,7 +170,7 @@
5 },
6 {
7 "timeout", 'x', 0,
8- G_OPTION_ARG_NONE, &timeout,
9+ G_OPTION_ARG_INT, &timeout,
10 "Timeout (in seconds - 15s by default) ", NULL
11 },
12 {

Subscribers

People subscribed via source and target branches