Mercurial > pidgin
changeset 20190:da6a1320d3e1
applied changes from f4700a52b60d8473e9671ceabfec7772211fe424
through a4f6f19956ec6706019fd07c85e20d4d6c8f84e7
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 15:00:56 +0000 |
parents | ec021d436c42 |
children | 0f964c98798c |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Fri Sep 28 15:00:18 2007 +0000 +++ b/pidgin/gtkconv.c Fri Sep 28 15:00:56 2007 +0000 @@ -1858,6 +1858,7 @@ gtk_notebook_reorder_child(GTK_NOTEBOOK(win->notebook), gtk_notebook_get_nth_page(GTK_NOTEBOOK(win->notebook), curconv), curconv - 1); + return TRUE; break; case GDK_period: @@ -1868,6 +1869,7 @@ #else (curconv + 1) % g_list_length(GTK_NOTEBOOK(win->notebook)->children)); #endif + return TRUE; break; } /* End of switch */