pidgin: f246cb02: The FT table needs to have one more row ...

qulogic at pidgin.im qulogic at pidgin.im
Thu Jun 11 01:10:39 EDT 2009


-----------------------------------------------------------------
Revision: f246cb02c22fb9e4a03a50104edeea58dc3c6ccd
Ancestor: cb3ab2e4edfc08a797d16af58ef5273c5e930b91
Author: qulogic at pidgin.im
Date: 2009-06-11T01:13:35
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f246cb02c22fb9e4a03a50104edeea58dc3c6ccd

Modified files:
        pidgin/gtkft.c

ChangeLog: 

The FT table needs to have one more row to be correct, though it seems to
work without for whatever reason.

References #9329.

-------------- next part --------------
============================================================
--- pidgin/gtkft.c	5819c5c048f97f403a82a5fcf6ef5bc3f4423425
+++ pidgin/gtkft.c	277b73dac5a654e69a564f3db7276253a4341297
@@ -705,7 +705,7 @@ make_info_table(PidginXferDialog *dialog
 	};
 
 	/* Setup the initial table */
-	dialog->table = table = gtk_table_new(G_N_ELEMENTS(labels), 2, FALSE);
+	dialog->table = table = gtk_table_new(G_N_ELEMENTS(labels) + 1, 2, FALSE);
 	gtk_table_set_row_spacings(GTK_TABLE(table), PIDGIN_HIG_BOX_SPACE);
 	gtk_table_set_col_spacings(GTK_TABLE(table), PIDGIN_HIG_BOX_SPACE);
 


More information about the Commits mailing list