commit 7b660ec553ea7f4b292e5c85f4d5323210ec9ebc
Author: Daniele Forsi <[email protected]>
Date: Thu Jul 28 16:15:37 2011 +0200
Fix compilation errors introduced by commit 09b1ef56
* plugins/cover_display/fetchcover.c
* plugins/filetype_ogg/oggfile.c
* Fix syntax for the "_()" macro.
plugins/cover_display/fetchcover.c | 2 +-
plugins/filetype_ogg/oggfile.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/cover_display/fetchcover.c
b/plugins/cover_display/fetchcover.c
index 2c74af0..4a12795 100644
--- a/plugins/cover_display/fetchcover.c
+++ b/plugins/cover_display/fetchcover.c
@@ -237,7 +237,7 @@ static gchar *fetchcover_check_file_exists (Fetch_Cover
*fetch_cover);
fetchcover_curl_data.size = 0;
}
g_free(path);
- fetch_cover->err_msg = g_strconcat(_("fetchcover error
occurred while creating a pixbuf from the file\n", error->message, NULL));
+ fetch_cover->err_msg = g_strconcat(_("fetchcover error
occurred while creating a pixbuf from the file\n"), error->message, NULL);
return FALSE;
}
diff --git a/plugins/filetype_ogg/oggfile.c b/plugins/filetype_ogg/oggfile.c
index 4432e17..8fa3520 100644
--- a/plugins/filetype_ogg/oggfile.c
+++ b/plugins/filetype_ogg/oggfile.c
@@ -78,7 +78,7 @@ Track *ogg_get_file_info(const gchar *oggFileName, GError
**error) {
}
else {
track = gp_track_new();
- track->description = g_strdup_(("Ogg audio file"));
+ track->description = g_strdup(_("Ogg audio file"));
//FIXME
// Question whether ogg video files should be handled separately?
track->mediatype = ITDB_MEDIATYPE_AUDIO;
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2