[gnome-documents] places: Use GtkStack, not GtkContainer API to add the pages
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] places: Use GtkStack, not GtkContainer API to add the pages
- Date: Mon, 31 Mar 2014 17:05:41 +0000 (UTC)
commit 121c507cd1d4ffb032c805fcd6787cbbe0ff27de
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Mar 31 13:32:25 2014 +0200
places: Use GtkStack, not GtkContainer API to add the pages
https://bugzilla.gnome.org/show_bug.cgi?id=727267
src/places.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/places.js b/src/places.js
index 4703728..dabe99d 100644
--- a/src/places.js
+++ b/src/places.js
@@ -111,7 +111,6 @@ const PlacesDialog = new Lang.Class({
_addPage: function(widget) {
widget.document_model = this._model;
- this._stack.add(widget);
- this._stack.child_set_property(widget, 'title', widget.name);
+ this._stack.add_titled(widget, widget.name, widget.name);
}
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]