[Pidgin] #10891: gevolution plugin adds buddies to random account
Pidgin
trac at pidgin.im
Thu Dec 3 22:18:20 EST 2009
#10891: gevolution plugin adds buddies to random account
-----------------------------------------+----------------------------------
Reporter: cedel | Owner:
Type: patch | Status: pending
Milestone: Patches Needing Improvement | Component: plugins
Version: 2.6.3 | Resolution:
Keywords: gevolution Evolution |
-----------------------------------------+----------------------------------
Changes (by darkrain42):
* status: new => pending
Comment:
Starting around this section of the patch:
{{{
536 gtk_tree_selection_set_mode(selection,
GTK_SELECTION_SINGLE);
818 dialog->win = pidgin_create_window(_("Add Buddy"),
PIDGIN_HIG_BORDER, "add_buddy", TRUE);
819 gtk_widget_set_size_request(dialog->win,
-1, 400);
537 820
538 g_signal_connect(G_OBJECT(selection), "changed",
539
G_CALLBACK(selected_cb), dialog);
821 g_signal_connect(G_OBJECT(dialog->win),
"delete_event",
822
G_CALLBACK(delete_win_cb), dialog);
540 823
541 add_columns(dialog);
824 /* Setup the vbox */
825 vbox = gtk_vbox_new(FALSE, 12);
826
gtk_container_add(GTK_CONTAINER(dialog->win), vbox);
827 gtk_widget_show(vbox);
}}}
the indentation changes from one tab to two tabs, which is incorrect.
--
Ticket URL: <http://developer.pidgin.im/ticket/10891#comment:4>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list