[gtk+] Trivial: remove outdated comment



commit 557f96c0feafc3a9f8021885a5e0a18e9f9f810b
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jun 4 15:14:04 2015 -0400

    Trivial: remove outdated comment

 gtk/gtkfilechooserwidget.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index 83b2c25..22515da 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -1149,7 +1149,7 @@ places_sidebar_open_location_cb (GtkPlacesSidebar *sidebar, GFile *location, Gtk
   GtkFileChooserWidgetPrivate *priv = impl->priv;
   gboolean clear_entry;
 
-  /* In the Save modes, we want to preserve what the uesr typed in the filename
+  /* In the Save modes, we want to preserve what the user typed in the filename
    * entry, so that he may choose another folder without erasing his typed name.
    */
   if (priv->location_entry
@@ -1159,12 +1159,6 @@ places_sidebar_open_location_cb (GtkPlacesSidebar *sidebar, GFile *location, Gtk
   else
     clear_entry = FALSE;
 
-  /* FIXME-places-sidebar:
-   *
-   * GtkPlacesSidebar doesn't have a Search item anymore.  We should put that function in a toolbar-like 
button, like
-   * in Nautilus, and do operation_mode_set (impl, OPERATION_MODE_SEARCH);
-   */
-
   location_mode_set (impl, LOCATION_MODE_PATH_BAR);
 
   if (file_is_recent_uri (location))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]