[glib] gwin32mount.c: Fix syntax error
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gwin32mount.c: Fix syntax error
- Date: Sun, 9 Sep 2012 14:50:33 +0000 (UTC)
commit 59ad2acfc548d216e17c76d68c504cfd7dabecea
Author: LRN <lrn1986 gmail com>
Date: Sun Sep 9 10:49:06 2012 -0400
gwin32mount.c: Fix syntax error
Signed-off-by: Colin Walters <walters verbum org>
https://bugzilla.gnome.org/show_bug.cgi?id=683641
gio/gwin32mount.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gwin32mount.c b/gio/gwin32mount.c
index 3b9f616..b9207dd 100644
--- a/gio/gwin32mount.c
+++ b/gio/gwin32mount.c
@@ -230,7 +230,7 @@ g_win32_mount_get_icon (GMount *mount)
}
else
{
- win32_mount->icon = g_themed_icon_new_with_default_fallbacks (_win32_drive_type_to_icon (win32_mount->drive_type, FALSE);
+ win32_mount->icon = g_themed_icon_new_with_default_fallbacks (_win32_drive_type_to_icon (win32_mount->drive_type, FALSE));
}
}
@@ -247,7 +247,7 @@ g_win32_mount_get_symbolic_icon (GMount *mount)
/* lazy creation */
if (!win32_mount->symbolic_icon)
{
- win32_mount->symbolic_icon = g_themed_icon_new_with_default_fallbacks (_win32_drive_type_to_icon (win32_mount->drive_type, TRUE);
+ win32_mount->symbolic_icon = g_themed_icon_new_with_default_fallbacks (_win32_drive_type_to_icon (win32_mount->drive_type, TRUE));
}
return g_object_ref (win32_mount->symbolic_icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]