diff options
author | Ted Gould <ted@gould.cx> | 2011-03-29 14:10:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-29 14:10:12 -0500 |
commit | 0a8409579dd931abc162ec17fb40b3df385ddfab (patch) | |
tree | 015dfb19777a87bd9923b7d778fc5744bfaddba5 /src/datetime-prefs-locations.h | |
parent | 5d401d9c978453c29c6d74694fe68e4155534283 (diff) | |
parent | 18ea5194b357dbd14dd724eb32013af8031a50be (diff) | |
download | ayatana-indicator-datetime-0a8409579dd931abc162ec17fb40b3df385ddfab.tar.gz ayatana-indicator-datetime-0a8409579dd931abc162ec17fb40b3df385ddfab.tar.bz2 ayatana-indicator-datetime-0a8409579dd931abc162ec17fb40b3df385ddfab.zip |
Make the locations dialog non-modal but resurface when needed.
Diffstat (limited to 'src/datetime-prefs-locations.h')
-rw-r--r-- | src/datetime-prefs-locations.h | 2 |
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 |