projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aee39d
)
mediafile: Improve error message
author
Benjamin Otte
<otte@redhat.com>
Sun, 18 Mar 2018 23:26:29 +0000
(
00:26
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 18 Mar 2018 23:28:20 +0000
(
00:28
+0100)
We are using media plugins these days, so this is not a compile-time
issue.
gtk/gtknomediafile.c
patch
|
blob
|
history
diff --git
a/gtk/gtknomediafile.c
b/gtk/gtknomediafile.c
index 18ac36b9cb051946d3e9c595a50225edce482357..0b2a70d6f95348b1aea54e902e3ceca4a2e3ee1d 100644
(file)
--- a/
gtk/gtknomediafile.c
+++ b/
gtk/gtknomediafile.c
@@
-45,7
+45,7
@@
gtk_no_media_file_open (GtkMediaFile *file)
gtk_media_stream_error (GTK_MEDIA_STREAM (file),
G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
- _("GTK
has been compiled without media support
."));
+ _("GTK
could not find a media module. Check your installation
."));
}
static void