[gnome-photos/wip/headerbar] organize-collection-dialog, properties-dialog: Use header bar
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/headerbar] organize-collection-dialog, properties-dialog: Use header bar
- Date: Fri, 31 Jan 2014 10:09:51 +0000 (UTC)
commit 14f313eee1375afd4735f4f2a28602a79124987d
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Jan 31 10:57:20 2014 +0100
organize-collection-dialog, properties-dialog: Use header bar
src/photos-organize-collection-dialog.c | 1 +
src/photos-properties-dialog.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-organize-collection-dialog.c b/src/photos-organize-collection-dialog.c
index 7904d38..6adfefa 100644
--- a/src/photos-organize-collection-dialog.c
+++ b/src/photos-organize-collection-dialog.c
@@ -127,5 +127,6 @@ photos_organize_collection_dialog_new (GtkWindow *parent)
/* Translators: "Organize" refers to photos in this context */
"title", C_("Dialog title", "Organize"),
"transient-for", parent,
+ "use-header-bar", TRUE,
NULL);
}
diff --git a/src/photos-properties-dialog.c b/src/photos-properties-dialog.c
index 7e4ec6f..dd7ecc4 100644
--- a/src/photos-properties-dialog.c
+++ b/src/photos-properties-dialog.c
@@ -653,5 +653,6 @@ photos_properties_dialog_new (GtkWindow *parent, const gchar *urn)
"title", _("Properties"),
"transient-for", parent,
"urn", urn,
+ "use-header-bar", TRUE,
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]