diff options
author | Michael Terry <mike@mterry.name> | 2011-03-29 11:17:52 -0400 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-03-29 11:17:52 -0400 |
commit | 18ea5194b357dbd14dd724eb32013af8031a50be (patch) | |
tree | f0ef676ff72cb8fc9d2c239586cb4dcbad087afc /src/datetime-prefs-locations.h | |
parent | b86cc25455f38c4162ecd1fe6add20373c789980 (diff) | |
download | ayatana-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.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 |