Commit e85f5749fb92d7cebcdeba8ef4dab4da1ab955b3

Authored by Perry Werneck
1 parent 5abc9b90
Exists in master and in 1 other branch develop

Fixing warning.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/dialogs/popups.c
... ... @@ -145,6 +145,7 @@
145 145 GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
146 146 GTK_MESSAGE_INFO,
147 147 GTK_BUTTONS_NONE,
  148 + "%s",
148 149 summary
149 150 );
150 151  
... ...