[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sun, 20 Mar 2022 04:55:19 -0400 (EDT) |
branch: master
commit b6c961896697a7a2aece7f66138785d456a501cf
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 17 11:26:42 2019 +0100
move a function definition
---
js/infog/main.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/js/infog/main.c b/js/infog/main.c
index 8146b2e120..17c172ae53 100644
--- a/js/infog/main.c
+++ b/js/infog/main.c
@@ -53,6 +53,7 @@ int socket_id;
static void
remove_socket (void)
{
+ debug (1, "removing socket\n");
if (socket_file)
unlink (socket_file);
}
@@ -101,6 +102,13 @@ load_relative_url (const char *href)
free (link);
}
+void
+hide_index (void)
+{
+ gtk_widget_hide (GTK_WIDGET(index_entry));
+ gtk_widget_grab_focus (GTK_WIDGET(webView));
+}
+
gboolean
match_selected_cb (GtkEntryCompletion *widget,
GtkTreeModel *model,
@@ -368,13 +376,6 @@ show_index (void)
gtk_widget_grab_focus (GTK_WIDGET(index_entry));
}
-void
-hide_index (void)
-{
- gtk_widget_hide (GTK_WIDGET(index_entry));
- gtk_widget_grab_focus (GTK_WIDGET(webView));
-}
-
gboolean
hide_index_cb (GtkWidget *widget,
- [no subject], (continued)
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20