Changeset 4906
- Timestamp:
- Feb 3, 2008, 4:55:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/torrent-inspector.c
r4844 r4906 1280 1280 1281 1281 col = GTK_TREE_VIEW_COLUMN (g_object_new (GTK_TYPE_TREE_VIEW_COLUMN, 1282 "sizing", GTK_TREE_VIEW_COLUMN_AUTOSIZE,1283 1282 "expand", TRUE, 1284 1283 "title", _("File"), … … 1562 1561 gtk_window_set_role (GTK_WINDOW(d), "tr-info" ); 1563 1562 g_signal_connect (d, "response", G_CALLBACK (response_cb), gtor); 1563 gtk_dialog_set_has_separator( GTK_DIALOG( d ), FALSE ); 1564 1564 g_object_weak_ref (G_OBJECT(gtor), torrent_destroyed, d); 1565 1565
Note: See TracChangeset
for help on using the changeset viewer.