aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-prefs-locations.h
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-03-29 11:17:52 -0400
committerMichael Terry <mike@mterry.name>2011-03-29 11:17:52 -0400
commit18ea5194b357dbd14dd724eb32013af8031a50be (patch)
treef0ef676ff72cb8fc9d2c239586cb4dcbad087afc /src/datetime-prefs-locations.h
parentb86cc25455f38c4162ecd1fe6add20373c789980 (diff)
downloadayatana-indicator-datetime-18ea5194b357dbd14dd724eb32013af8031a50be.tar.gz
ayatana-indicator-datetime-18ea5194b357dbd14dd724eb32013af8031a50be.tar.bz2
ayatana-indicator-datetime-18ea5194b357dbd14dd724eb32013af8031a50be.zip
treat locations dialog not as a modal dialog, but rather one that can be dismissed by interacting with the main dialog
Diffstat (limited to 'src/datetime-prefs-locations.h')
-rw-r--r--src/datetime-prefs-locations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-prefs-locations.h b/src/datetime-prefs-locations.h
index 1760567..e312894 100644
--- a/src/datetime-prefs-locations.h
+++ b/src/datetime-prefs-locations.h
@@ -28,7 +28,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
G_BEGIN_DECLS
-GtkWidget * datetime_setup_locations_dialog (GtkWindow * parent, CcTimezoneMap * map);
+GtkWidget * datetime_setup_locations_dialog (CcTimezoneMap * map);
G_END_DECLS