소스 검색

Fix compiler warning

Benjamin Schaaf 3 년 전
부모
커밋
8248b7ab47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -560,7 +560,7 @@ on_zbar_code_tapped(GtkWidget *widget, const MPZBarCode *code)
 			"Found data encoded in a %s.",
 			code->type);
 		gtk_message_dialog_format_secondary_markup (
-			GTK_DIALOG(dialog),
+			GTK_MESSAGE_DIALOG(dialog),
 			"<small>%s</small>",
 			code->data
 			);