dasom-im / dasom

Dasom is a multilingual input method framework
https://dasom-im.github.io
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Improved stability (issue #64) #67

Closed ghost closed 8 years ago

ghost commented 8 years ago

클라이언트에서 서버(dasom-daemon)에 접속 실패할 경우, g_error()로 클라이언트를 중단시키던 것을 g_critical()로 critical 메시지를 출력하고 클라이언트는 계속 작동하도록 합니다.

sukso96100 commented 8 years ago
dasom-im.c:515:7: error: implicit declaration of function ‘nimf_message_unref’ [-Werror=implicit-function-declaration]
       nimf_message_unref (message);
       ^

515번째 줄에...nimf_message_unref (message); 가 아니고, dasom_message_unref (message); 로 하셔야 할 것 같습니다.

sukso96100 commented 8 years ago

코드 병합 없이 PR 닫겠습니다. 수정 하셔서 다시 PR 넣어 주시기 바랍니다. 감사합니다.