You need to sign in or sign up before continuing.
Unverified Commit d51b8b49 authored by Милош Павловић's avatar Милош Павловић Committed by GitHub

Run image changed hook after image load

Runs after image file is selected via gtk_file_chooser_dialog yad --picture --file-op --image-changed="echo %s
parent 14f695ff
......@@ -322,6 +322,7 @@ open_file_cb (GtkWidget *w, gpointer d)
lp = g_list_first (img_list);
img = (ImageItem *) lp->data;
load_picture ();
img_changed_hook ();
/* recreate menu */
gtk_widget_destroy (popup_menu);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment