[totem] Fix gtk_widget_hide_all() drop
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Fix gtk_widget_hide_all() drop
- Date: Mon, 25 Oct 2010 14:39:47 +0000 (UTC)
commit 09752cb735aad9c91d582e5b01cbcc558565de1d
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Mon Oct 25 07:44:28 2010 +0000
Fix gtk_widget_hide_all() drop
Replace it by gtk_widget_hide().
browser-plugin/totem-plugin-viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index 36ba041..a50d0b6 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -762,7 +762,7 @@ totem_embedded_set_fullscreen (TotemEmbedded *emb,
totem_fullscreen_set_fullscreen (emb->fs, FALSE);
gtk_widget_reparent (GTK_WIDGET (emb->bvw), container);
- gtk_widget_hide_all (emb->fs_window);
+ gtk_widget_hide (emb->fs_window);
gtk_action_set_sensitive (fs_action, TRUE);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]