[yelp] Revert "Center new windows"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Revert "Center new windows"
- Date: Fri, 5 Apr 2013 23:43:46 +0000 (UTC)
commit 1ff2693d76708e5d9401eabdf6fa482594fbe926
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Apr 5 19:43:14 2013 -0400
Revert "Center new windows"
This reverts commit 1797783946c86bcea0cd36a8ca5c281c35b03dcb.
src/yelp-application.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/yelp-application.c b/src/yelp-application.c
index e669661..2d004c2 100644
--- a/src/yelp-application.c
+++ b/src/yelp-application.c
@@ -444,7 +444,6 @@ application_uri_resolved (YelpUri *uri,
g_settings_get (settings, "geometry", "(ii)", &width, &height);
window = yelp_window_new (data->app);
- gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER);
gtk_window_set_default_size (GTK_WINDOW (window), width, height);
g_signal_connect (window, "resized", G_CALLBACK (window_resized), data->app);
priv->windows = g_slist_prepend (priv->windows, window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]