aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/gui_utils.c2
-rw-r--r--ui/gtk/supported_protos_dlg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/gui_utils.c b/ui/gtk/gui_utils.c
index 1e4ad67f09..c85d347825 100644
--- a/ui/gtk/gui_utils.c
+++ b/ui/gtk/gui_utils.c
@@ -693,7 +693,7 @@ pipe_input_cb(GIOChannel *source _U_,
void
pipe_input_set_handler(gint source,
gpointer user_data,
- ws_process_id *child_process,
+ ws_process_id *child_process,
pipe_input_cb_t input_cb)
{
static pipe_input_t pipe_input;
diff --git a/ui/gtk/supported_protos_dlg.c b/ui/gtk/supported_protos_dlg.c
index 11e60244fe..6fd5b79756 100644
--- a/ui/gtk/supported_protos_dlg.c
+++ b/ui/gtk/supported_protos_dlg.c
@@ -237,7 +237,7 @@ static void set_supported_text(GtkWidget *w, supported_type_t type)
/* the name used for sorting in the left column */
len = g_snprintf(buffer, BUFF_LEN, "%*s %*s %*s\n",
-short_namel, short_name,
- -namel, name,
+ -namel, name,
-filter_namel, filter_name);
insert_text(w, buffer, len);
}