removed implemented todo item from code
authormishas <mikhail.sobolev@gmail.com>
Wed, 21 Mar 2007 22:09:50 +0000 (22:09 +0000)
committermishas <mikhail.sobolev@gmail.com>
Wed, 21 Mar 2007 22:09:50 +0000 (22:09 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@105 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 9f4babd..93de8fb 100644 (file)
@@ -315,10 +315,6 @@ int SimpleLauncherApplet::saveState(void **state_data, int *state_size) {
 }
 
 GtkWidget *SimpleLauncherApplet::settings(GtkWindow *parent) {
-  // TODO: in case we want SimpleLauncherApplet to be configurable, this method
-  // should return a gtk_menu_item that would be included in home settings
-  // menu.  Method should make sure that when we activate that item, a
-  // corresponding dialog appears.
   myParent = parent;  // FIXME: Ugly piece of code :(
 
   GtkWidget *menuItem = gtk_menu_item_new_with_label("Launcher settings...");