comparison src/perl.c @ 1241:1881b8c12350

[gaim-migrate @ 1251] hm committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Dec 2000 13:54:53 +0000
parents 0daea098b438
children b5783215b245
comparison
equal deleted inserted replaced
1240:0daea098b438 1241:1881b8c12350
640 640
641 gtk_file_selection_hide_fileop_buttons(GTK_FILE_SELECTION(config)); 641 gtk_file_selection_hide_fileop_buttons(GTK_FILE_SELECTION(config));
642 642
643 if (!last_dir) { 643 if (!last_dir) {
644 temp = gaim_user_dir(); 644 temp = gaim_user_dir();
645 buf = g_strconcat(temp, G_DIR_SEPARATOR_S); 645 buf = g_strconcat(temp, G_DIR_SEPARATOR_S, NULL);
646 g_free(temp); 646 g_free(temp);
647 } else { 647 } else {
648 buf = g_strconcat(last_dir, G_DIR_SEPARATOR_S, NULL); 648 buf = g_strconcat(last_dir, G_DIR_SEPARATOR_S, NULL);
649 } 649 }
650 650