[dconf-editor] Cleaning.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Cleaning.
- Date: Sat, 2 Dec 2017 11:20:10 +0000 (UTC)
commit bbff6cec43fd304a49bd90ba84df48d076a08d3b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat Dec 2 12:19:56 2017 +0100
Cleaning.
editor/registry-view.vala | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/editor/registry-view.vala b/editor/registry-view.vala
index 0fc96fa..7496e61 100644
--- a/editor/registry-view.vala
+++ b/editor/registry-view.vala
@@ -323,22 +323,6 @@ class RegistryView : Grid, PathElement, BrowsableView
* * Keyboard calls
\*/
-/* public void set_search_mode (bool? mode) // mode is never 'true'...
- {
- if (mode == null)
- search_bar.set_search_mode (!search_bar.get_search_mode ());
- else
- search_bar.set_search_mode ((!) mode);
- }
-
- public bool handle_search_event (Gdk.EventKey event)
- {
- if (is_not_browsing_view ())
- return false;
-
- return search_bar.handle_event (event);
- } */
-
public bool show_row_popover ()
{
ListBoxRow? selected_row = (ListBoxRow?) key_list_box.get_selected_row ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]