summaryrefslogtreecommitdiff
path: root/src/nautilus-progress-info-widget.h
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-07-01 15:53:43 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-07-17 00:25:45 +0200
commit1e8ede102f115d66c52fe098f4e1ebc4ef2d790f (patch)
treee2aaa901955f722d1618cc6374e5b2434704feea /src/nautilus-progress-info-widget.h
parent066b057c2d6ba064832fcb1a341051ce7dce0e59 (diff)
downloadnautilus-1e8ede102f115d66c52fe098f4e1ebc4ef2d790f.tar.gz
operations: implement new design
Now operations reside in the toolbar, in form of a button with a popover. In this way we avoid to have a nautilus window hanging around for it. When no nautilus window is open, the persistence handlers of nautilus are enough. This use a notification if the server supports it or a systray icon in case it doesn't.
Diffstat (limited to 'src/nautilus-progress-info-widget.h')
-rw-r--r--src/nautilus-progress-info-widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-progress-info-widget.h b/src/nautilus-progress-info-widget.h
index 5bb40c9fe..f1c99c0db 100644
--- a/src/nautilus-progress-info-widget.h
+++ b/src/nautilus-progress-info-widget.h
@@ -44,14 +44,14 @@
typedef struct _NautilusProgressInfoWidgetPrivate NautilusProgressInfoWidgetPrivate;
typedef struct {
- GtkBox parent;
+ GtkGrid parent;
/* private */
NautilusProgressInfoWidgetPrivate *priv;
} NautilusProgressInfoWidget;
typedef struct {
- GtkBoxClass parent_class;
+ GtkGridClass parent_class;
} NautilusProgressInfoWidgetClass;
GType nautilus_progress_info_widget_get_type (void);