[nautilus/wip/csoriano/destktop-split2] window: use disable-chrome instead of desktop casting
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/csoriano/destktop-split2] window: use disable-chrome instead of desktop casting
- Date: Wed, 30 Mar 2016 21:02:38 +0000 (UTC)
commit 56f0e4a0f7555f6627735e508a6cb67b52d6cb18
Author: Carlos Soriano <csoriano gnome org>
Date: Wed Mar 30 22:30:34 2016 +0200
window: use disable-chrome instead of desktop casting
We use disable-chrome all around to not show anything that comes
from the chrome of the window.
We can use it on all the cases, so we can avoid to special casing the
desktop.
src/nautilus-window.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index a0aa346..be4b06c 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -31,7 +31,6 @@
#include <config.h>
#include "nautilus-application.h"
-#include "nautilus-desktop-window.h"
#include "nautilus-location-entry.h"
#include "nautilus-mime-actions.h"
#include "nautilus-notebook.h"
@@ -1650,7 +1649,7 @@ nautilus_window_on_undo_changed (NautilusFileUndoManager *manager,
if (undo_info != NULL &&
state == NAUTILUS_FILE_UNDO_MANAGER_STATE_UNDO &&
nautilus_file_undo_info_get_op_type (undo_info) == NAUTILUS_FILE_UNDO_OP_MOVE_TO_TRASH &&
- !NAUTILUS_IS_DESKTOP_WINDOW (window)) {
+ !window->priv->disable_chrome) {
files = nautilus_file_undo_info_trash_get_files (NAUTILUS_FILE_UNDO_INFO_TRASH (undo_info));
/* Don't pop up a notification if user canceled the operation or the focus
@@ -1719,7 +1718,7 @@ nautilus_window_show_operation_notification (NautilusWindow *window,
current_location = nautilus_window_slot_get_location (window->priv->active_slot);
if (gtk_window_has_toplevel_focus (GTK_WINDOW (window)) &&
- !NAUTILUS_IS_DESKTOP_WINDOW (window)) {
+ !window->priv->disable_chrome) {
remove_notifications (window);
gtk_label_set_text (GTK_LABEL (window->priv->notification_operation_label),
main_label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]