/soc/2015/mmcc/main: d9efa38c41db: replace mistakenly removed va...
Michael McConville
mmcconville at mykolab.com
Thu Jul 9 13:19:03 EDT 2015
Changeset: d9efa38c41db8bc96a75aede7eb56952769db482
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-07-09 13:18 -0400
Branch: default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/d9efa38c41db
Description:
replace mistakenly removed var name
diffstat:
pidgin/gtkrequest.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/pidgin/gtkrequest.c b/pidgin/gtkrequest.c
--- a/pidgin/gtkrequest.c
+++ b/pidgin/gtkrequest.c
@@ -2010,7 +2010,7 @@ pidgin_request_fields(const char *title,
/* Setup the main horizontal box */
hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, PIDGIN_HIG_BORDER);
- gtk_container_add(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(dialog))), hbox);
+ gtk_container_add(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(win))), hbox);
gtk_widget_show(hbox);
/* Dialog icon. */
More information about the Commits
mailing list