[file-roller] fixed missing notification title
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] fixed missing notification title
- Date: Sat, 11 Aug 2012 18:50:59 +0000 (UTC)
commit f2ea1a440d69bd5c6f379bbdddfa8ccfa85281df
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Aug 11 19:37:45 2012 +0200
fixed missing notification title
src/fr-window.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index eddfc83..836c163 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -417,9 +417,6 @@ fr_window_free_batch_data (FrWindow *window)
window->priv->batch_action_list = NULL;
window->priv->batch_action = NULL;
- g_free (window->priv->batch_title);
- window->priv->batch_title = NULL;
-
fr_window_reset_current_batch_action (window);
}
@@ -572,6 +569,7 @@ fr_window_free_private_data (FrWindow *window)
g_free (window->priv->last_location);
fr_window_free_batch_data (window);
+ g_free (window->priv->batch_title);
_g_object_unref (window->priv->pd_last_archive);
g_free (window->priv->pd_last_message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]