[gnome-initial-setup] timezone: Fix the condition for the bubble appearing
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] timezone: Fix the condition for the bubble appearing
- Date: Thu, 31 Oct 2013 20:49:31 +0000 (UTC)
commit b9d147611a8f1efd2ffcc3b6cba3d17fa0df41c5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Oct 31 16:46:35 2013 -0400
timezone: Fix the condition for the bubble appearing
.../pages/timezone/gis-timezone-page.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/timezone/gis-timezone-page.c
b/gnome-initial-setup/pages/timezone/gis-timezone-page.c
index 6c2f514..129f092 100644
--- a/gnome-initial-setup/pages/timezone/gis-timezone-page.c
+++ b/gnome-initial-setup/pages/timezone/gis-timezone-page.c
@@ -108,7 +108,7 @@ set_location (GisTimezonePage *page,
cc_timezone_map_set_location (CC_TIMEZONE_MAP (priv->map), location);
- gtk_widget_set_visible (priv->search_overlay, (location != NULL));
+ gtk_widget_set_visible (priv->search_overlay, (location == NULL));
if (location)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]