mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Add extension filter for file dialogs, specify filters and starting folder for loading plugins
This commit is contained in:
@@ -302,7 +302,7 @@ pevent_save_cb (GtkWidget * wid, void *data)
|
||||
if (data)
|
||||
{
|
||||
gtkutil_file_req (_("Print Texts File"), pevent_save_req_cb, NULL,
|
||||
NULL, FRF_WRITE);
|
||||
NULL, NULL, FRF_WRITE);
|
||||
return;
|
||||
}
|
||||
pevent_save (NULL);
|
||||
@@ -324,7 +324,7 @@ pevent_load_req_cb (void *arg1, char *file)
|
||||
static void
|
||||
pevent_load_cb (GtkWidget * wid, void *data)
|
||||
{
|
||||
gtkutil_file_req (_("Print Texts File"), pevent_load_req_cb, NULL, NULL, 0);
|
||||
gtkutil_file_req (_("Print Texts File"), pevent_load_req_cb, NULL, NULL, NULL, 0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user