summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnome-media')
-rw-r--r--audio/gnome-media/Makefile2
-rw-r--r--audio/gnome-media/distinfo4
-rw-r--r--audio/gnome-media/files/patch-grecord_src_gsr-window.c8
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
index bd12e4a5a..7b45a1619 100644
--- a/audio/gnome-media/Makefile
+++ b/audio/gnome-media/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomemedia2
-PORTVERSION= 2.9.4
+PORTVERSION= 2.9.90
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.9
diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo
index d8d6e5da7..5c3bbc446 100644
--- a/audio/gnome-media/distinfo
+++ b/audio/gnome-media/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnome-media-2.9.4.tar.bz2) = 88895fabe119b7be10c0816cf8a63aff
-SIZE (gnome2/gnome-media-2.9.4.tar.bz2) = 3242920
+MD5 (gnome2/gnome-media-2.9.90.tar.bz2) = 11b412b3dfa72c120cf0ed7f729151e8
+SIZE (gnome2/gnome-media-2.9.90.tar.bz2) = 3254074
diff --git a/audio/gnome-media/files/patch-grecord_src_gsr-window.c b/audio/gnome-media/files/patch-grecord_src_gsr-window.c
index fb11cf848..852108cd5 100644
--- a/audio/gnome-media/files/patch-grecord_src_gsr-window.c
+++ b/audio/gnome-media/files/patch-grecord_src_gsr-window.c
@@ -59,13 +59,13 @@
+ } else {
+ gchar *error_message;
-- error_message = g_strdup_printf (_("Could not save the file \" %s\""), error->message);
+- error_message = g_strdup_printf (_("Could not save the file \"%s\""), error->message);
- show_error_dialog (GTK_WINDOW (window), error_message);
- g_free (error_message);
- }
-
- if (status) {
-+ error_message = g_strdup_printf (_("Could not save the file \" %s\""), gnome_vfs_result_to_string (result));
++ error_message = g_strdup_printf (_("Could not save the file \"%s\""), gnome_vfs_result_to_string (result));
+ show_error_dialog (GTK_WINDOW (window), error_message);
+ g_free (error_message);
+ }
@@ -74,8 +74,8 @@
+ } else {
gchar *error_message;
-- error_message = g_strdup_printf (_("Could not save the file \" %s\""), tmp);
-+ error_message = g_strdup_printf (_("Could not save the file \" %s.%s\""), name, gm_audio_profile_get_extension (profile));
+- error_message = g_strdup_printf (_("Could not save the file \"%s\""), tmp);
++ error_message = g_strdup_printf (_("Could not save the file \"%s.%s\""), name, gm_audio_profile_get_extension (profile));
show_error_dialog (GTK_WINDOW (window), error_message);
g_free (error_message);
}