comparison pidgin/gtksound.c @ 22906:5b27a807abf9

Clarify #ifdef/#else/#endif matching; References #5770.
author Ethan Blanton <elb@pidgin.im>
date Sun, 11 May 2008 19:03:00 +0000
parents 56a38b60576e
children fb87b6d77543
comparison
equal deleted inserted replaced
22905:26c8ae6620e7 22906:5b27a807abf9
536 gst_element_set_state(play, GST_STATE_PLAYING); 536 gst_element_set_state(play, GST_STATE_PLAYING);
537 537
538 gst_object_unref(bus); 538 gst_object_unref(bus);
539 g_free(uri); 539 g_free(uri);
540 540
541 #else /* USE_GSTREAMER */ 541 #else /* #ifdef USE_GSTREAMER */
542 542
543 #ifndef _WIN32 543 #ifndef _WIN32
544 gdk_beep(); 544 gdk_beep();
545 #else /* _WIN32 */ 545 #else /* _WIN32 */
546 purple_debug_info("sound", "Playing %s\n", filename); 546 purple_debug_info("sound", "Playing %s\n", filename);