gtk+ r20293 - in branches/gtk-2-12: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20293 - in branches/gtk-2-12: . gtk
- Date: Tue, 3 Jun 2008 02:38:10 +0000 (UTC)
Author: matthiasc
Date: Tue Jun 3 02:38:10 2008
New Revision: 20293
URL: http://svn.gnome.org/viewvc/gtk+?rev=20293&view=rev
Log:
Revert a patch that introduced a gio dependency
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/gtk/gtkfilechooserdefault.c
Modified: branches/gtk-2-12/gtk/gtkfilechooserdefault.c
==============================================================================
--- branches/gtk-2-12/gtk/gtkfilechooserdefault.c (original)
+++ branches/gtk-2-12/gtk/gtkfilechooserdefault.c Tue Jun 3 02:38:10 2008
@@ -10298,15 +10298,12 @@
if (error)
{
- if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_FAILED_HANDLED))
- {
- char *msg;
+ char *msg;
- msg = g_strdup_printf (_("Could not mount %s"),
- gtk_file_system_volume_get_display_name (impl->file_system, volume));
- error_message (impl, msg, error->message);
- g_free (msg);
- }
+ msg = g_strdup_printf (_("Could not mount %s"),
+ gtk_file_system_volume_get_display_name (impl->file_system, volume));
+ error_message (impl, msg, error->message);
+ g_free (msg);
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]