[file-roller] fixed function call
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] fixed function call
- Date: Sat, 11 Aug 2012 18:51:04 +0000 (UTC)
commit 6f505c36825fa7309766ea4ca4d47965bc0aab02
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Aug 11 20:45:50 2012 +0200
fixed function call
src/fr-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 836c163..cf63e2a 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -4085,7 +4085,7 @@ file_list_drag_begin (GtkWidget *widget,
if (window->priv->activity_ref > 0)
return FALSE;
- _g_object_clear (&window->priv->drag_destination_folder);
+ _g_clear_object (&window->priv->drag_destination_folder);
g_free (window->priv->drag_base_dir);
window->priv->drag_base_dir = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]