X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=src%2Flatitude.cpp;h=37a6176f0980a5ed8bbaebfaa87db1517f1ac0d5;hp=47e08e1cf58c0da5df1fb44507587f3ed379b055;hb=7ee5f4d99ce070730090ad079c59ec2d5ab00906;hpb=dff93640a9b80a22d26ceeea520270cdf31a49e2 diff --git a/src/latitude.cpp b/src/latitude.cpp index 47e08e1..37a6176 100644 --- a/src/latitude.cpp +++ b/src/latitude.cpp @@ -5,6 +5,7 @@ LatitudeGUI::LatitudeGUI(QMainWindow *parent) : QMainWindow(parent) { gps = new GpsMaemo5(this); setting = new QSettings(); urllogin = QUrl::fromEncoded("https://www.google.com/accounts/ServiceLogin?service=friendview&continue=http://www.google.com/maps/m?mode=latitude"); + // buzz http://www.google.com/maps/m?l-view=map&l-lci=m,com.google.latitudepublicupdates&ac=f,s,l show_lat(); @@ -151,12 +152,6 @@ void LatitudeGUI::show_lat() { layout->addLayout(layout_source); location->setLayout(layout); - // gps enable only on maemo5 -#ifndef Q_WS_MAEMO_5 - source_cell->setDisabled(1); - source_gps->setDisabled(1); -#endif - // set widget setCentralWidget(location); setWindowTitle(tr("Google Latitude Updater"));