diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 10:50:12 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 10:50:12 +0100 |
commit | 60e025ce15431f04955502084bc54c18d69c7d6a (patch) | |
tree | 1e31856dce7aebfcfc402f2762565d482fb6c1ea /src/xine-engine/load_plugins.c | |
parent | 90b866329e8962a3f1f03dc8172cf75ccc9d2b85 (diff) | |
download | xine-lib-60e025ce15431f04955502084bc54c18d69c7d6a.tar.gz xine-lib-60e025ce15431f04955502084bc54c18d69c7d6a.tar.bz2 |
Update the code not to use the get_* functions that were removed.
Diffstat (limited to 'src/xine-engine/load_plugins.c')
-rw-r--r-- | src/xine-engine/load_plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index 19a8b4e05..1c59099a5 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -2299,7 +2299,7 @@ const char *const *xine_list_post_plugins_typed(xine_t *xine, uint32_t type) { else \ return NULL; \ } \ - return ic->get_description(ic); \ + return gettext(ic->description); \ } \ } \ return NULL; \ |