comparison pidgin/plugins/sendbutton.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 73c8e1964eef
children
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
72 send_button); 72 send_button);
73 g_object_set_data(G_OBJECT(send_button), "buffer-signal", 73 g_object_set_data(G_OBJECT(send_button), "buffer-signal",
74 GINT_TO_POINTER(signal_id)); 74 GINT_TO_POINTER(signal_id));
75 input_buffer_changed(buf, send_button); 75 input_buffer_changed(buf, send_button);
76 } 76 }
77 77
78 g_object_set_data(G_OBJECT(gtkconv->lower_hbox), "send_button", 78 g_object_set_data(G_OBJECT(gtkconv->lower_hbox), "send_button",
79 send_button); 79 send_button);
80 } 80 }
81 81
82 static void 82 static void
126 purple_signal_connect(gtk_conv_handle, "conversation-hiding", plugin, 126 purple_signal_connect(gtk_conv_handle, "conversation-hiding", plugin,
127 PURPLE_CALLBACK(conversation_hiding_cb), NULL); 127 PURPLE_CALLBACK(conversation_hiding_cb), NULL);
128 */ 128 */
129 129
130 while (convs) { 130 while (convs) {
131 131
132 PurpleConversation *conv = (PurpleConversation *)convs->data; 132 PurpleConversation *conv = (PurpleConversation *)convs->data;
133 133
134 /* Setup Send button */ 134 /* Setup Send button */
135 if (PIDGIN_IS_PIDGIN_CONVERSATION(conv)) { 135 if (PIDGIN_IS_PIDGIN_CONVERSATION(conv)) {
136 create_send_button_pidgin(PIDGIN_CONVERSATION(conv)); 136 create_send_button_pidgin(PIDGIN_CONVERSATION(conv));