| 1645 GTK_FILE_CHOOSER(filesel), my_documents); |
1645 GTK_FILE_CHOOSER(filesel), my_documents); |
| 1646 |
1646 |
| 1647 g_free(my_documents); |
1647 g_free(my_documents); |
| 1648 } |
1648 } |
| 1649 } |
1649 } |
| 1650 |
1650 #else |
| |
1651 (void)folder_set; |
| 1651 #endif |
1652 #endif |
| |
1653 |
| 1652 g_signal_connect(G_OBJECT(GTK_FILE_CHOOSER(filesel)), "response", |
1654 g_signal_connect(G_OBJECT(GTK_FILE_CHOOSER(filesel)), "response", |
| 1653 G_CALLBACK(file_ok_check_if_exists_cb), data); |
1655 G_CALLBACK(file_ok_check_if_exists_cb), data); |
| 1654 |
1656 |
| 1655 pidgin_auto_parent_window(filesel); |
1657 pidgin_auto_parent_window(filesel); |
| 1656 |
1658 |