瀏覽代碼

Fixed function reference.

woollybah 6 年之前
父節點
當前提交
99fba223ca
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      maxguitextareascintilla.mod/linux_glue.c

+ 2 - 2
maxguitextareascintilla.mod/linux_glue.c

@@ -342,9 +342,9 @@ void bmx_mgta_scintilla_addtext(ScintillaObject * sci, gchar * text) {
 
 void bmx_mgta_scintilla_notifcation_update(BBObject * obj, struct SCNotification * notification) {
 #ifdef BMX_NG
-	gtk_maxguitextareascintilla_common_TSCNotification__update(obj, notification->nmhdr.code, notification->modificationType, notification->updated);
+	maxgui_maxguitextareascintilla_common_TSCNotification__update(obj, notification->nmhdr.code, notification->modificationType, notification->updated);
 #else
-	_gtk_maxguitextareascintilla_TSCNotification__update(obj, notification->nmhdr.code, notification->modificationType, notification->updated);
+	_maxgui_maxguitextareascintilla_TSCNotification__update(obj, notification->nmhdr.code, notification->modificationType, notification->updated);
 #endif
 }