pidgin/gtkmain.c

branch
next.minor
changeset 29642
ef61075f9587
parent 28836
737062c0d40c
parent 29514
7b39d4c94f2e
child 29662
fc97e81006c3
equal deleted inserted replaced
28840:0921099465ec 29642:ef61075f9587
801 #endif 801 #endif
802 802
803 return 1; 803 return 1;
804 } 804 }
805 805
806 #if GLIB_CHECK_VERSION(2,2,0)
807 g_set_application_name(PIDGIN_NAME); 806 g_set_application_name(PIDGIN_NAME);
808 #endif /* glib-2.0 >= 2.2.0 */
809 807
810 #ifdef _WIN32 808 #ifdef _WIN32
811 winpidgin_init(hint); 809 winpidgin_init(hint);
812 #endif 810 #endif
813 811

mercurial