url buzz
[googlelatitude] / src / latitude.cpp
index 47e08e1..37a6176 100644 (file)
@@ -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");
     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();
 
 
     show_lat();
 
@@ -151,12 +152,6 @@ void LatitudeGUI::show_lat() {
     layout->addLayout(layout_source);
     location->setLayout(layout);
 
     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"));
     // set widget
     setCentralWidget(location);
     setWindowTitle(tr("Google Latitude Updater"));