[gnome-terminal] Connect the handler to the right widget
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Connect the handler to the right widget
- Date: Sun, 21 Feb 2010 21:19:06 +0000 (UTC)
commit 98265029b013081fcb1ff9eb420098c32b47f115
Author: Christian Persch <chpe gnome org>
Date: Sun Feb 21 22:05:43 2010 +0100
Connect the handler to the right widget
src/profile-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/profile-editor.c b/src/profile-editor.c
index 7af7b91..9275a76 100644
--- a/src/profile-editor.c
+++ b/src/profile-editor.c
@@ -806,7 +806,7 @@ terminal_profile_edit (TerminalProfile *profile,
#define CONNECT(name, prop) CONNECT_WITH_FLAGS (name, prop, 0)
#define SET_ENUM_VALUE(name, value) g_object_set_data (gtk_builder_get_object (builder, name), "enum-value", GINT_TO_POINTER (value))
- g_signal_connect (GTK_WIDGET (gtk_builder_get_object (builder, "profile-name-entry")),
+ g_signal_connect (GTK_WIDGET (gtk_builder_get_object (builder, "custom-command-entry")),
"changed",
G_CALLBACK (custom_command_entry_changed_cb), NULL);
g_signal_connect (GTK_WIDGET (gtk_builder_get_object (builder, "profile-name-entry")),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]