[file-roller: 8/123] fixed a compiler warning
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller: 8/123] fixed a compiler warning
- Date: Mon, 6 Aug 2012 13:41:32 +0000 (UTC)
commit 55c99365f4bf8cb9159af903e3035cfb7a6be6bb
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Jul 17 19:59:43 2012 +0200
fixed a compiler warning
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 42009cb..8904223 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -9055,7 +9055,7 @@ fr_window_start_batch (FrWindow *window)
window->priv->batch_mode = TRUE;
window->priv->batch_action = window->priv->batch_action_list;
- gtk_widget_hide (window);
+ gtk_widget_hide (GTK_WIDGET (window));
fr_window_exec_current_batch_action (window);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]