Kaydet (Commit) 895fbcff authored tarafından Andras Timar's avatar Andras Timar

build fix on Cent OS 5

Change-Id: Ic51c076e22b69e5e6a60cc92024a2cf3197e9939
üst 1823208d
......@@ -470,7 +470,9 @@ int main( int argc, char* argv[] )
g_signal_connect(pDocView, "command-changed", G_CALLBACK(signalCommand), NULL);
g_signal_connect(pDocView, "search-not-found", G_CALLBACK(signalSearch), NULL);
g_signal_connect(pDocView, "part-changed", G_CALLBACK(signalPart), NULL);
#if ( GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION >= 24 ) || GTK_MAJOR_VERSION > 2
g_signal_connect(pDocView, "size-changed", G_CALLBACK(signalSize), NULL);
#endif
// Input handling.
g_signal_connect(pWindow, "key-press-event", G_CALLBACK(signalKey), pDocView);
......
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