Merge lp:~kelemeng/update-notifier/bug1478249 into lp:update-notifier/ubuntu

Proposed by Gabor Kelemen
Status: Merged
Merged at revision: 861
Proposed branch: lp:~kelemeng/update-notifier/bug1478249
Merge into: lp:update-notifier/ubuntu
Diff against target: 14 lines (+4/-0)
1 file modified
src/cdroms.c (+4/-0)
To merge this branch: bzr merge lp:~kelemeng/update-notifier/bug1478249
Reviewer Review Type Date Requested Status
Brian Murray Pending
Review via email: mp+265895@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

Looks good, thanks for fixing this.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/cdroms.c'
2--- src/cdroms.c 2013-02-22 19:23:29 +0000
3+++ src/cdroms.c 2015-07-25 15:04:42 +0000
4@@ -126,6 +126,10 @@
5 int
6 main (int argc, char **argv)
7 {
8+ bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
9+ bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
10+ textdomain(GETTEXT_PACKAGE);
11+
12 if ( argc != 3 )
13 {
14 printf("usage: %s cdtype mountpoint", argv[0]);

Subscribers

People subscribed via source and target branches

to all changes: