[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Sun, 10 Apr 2011 21:11:53 +0000 (UTC)
commit 7171ba85c591be5d4153398a924c32406d744993
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Sun Apr 10 23:07:36 2011 +0200
noop: code cleanup
src/gnome-cmd-search-dialog.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-search-dialog.cc b/src/gnome-cmd-search-dialog.cc
index ace1150..5354ed4 100755
--- a/src/gnome-cmd-search-dialog.cc
+++ b/src/gnome-cmd-search-dialog.cc
@@ -69,7 +69,7 @@ struct SearchData
gboolean recurse; // should we recurse or just search in the selected directory?
Filter::Type name_filter_type;
- gboolean content_search; // should we do content search?
+ gboolean content_search; // should we do content search ?
gboolean case_sens; // case sensitive content search ?
Filter *name_filter;
@@ -83,7 +83,7 @@ struct SearchData
ProtectedData pdata;
gint update_gui_timeout_id;
- gchar *search_mem; // memory to search in the content of a file
+ gchar *search_mem; // memory to search in the content of a file
gboolean search_done;
gboolean stopped; // stops the search routine if set to TRUE. This is done by the stop_button
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]