Mercurial > pidgin
changeset 20104:2975adac8c5d
merge of '19b30281288c32f2ebdb7e2ae8c66817d77d96db'
and 'a4f6f19956ec6706019fd07c85e20d4d6c8f84e7'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 17 Sep 2007 11:43:27 +0000 |
parents | e47e8d670bfa (current diff) bbe97e92919d (diff) |
children | b5e35cce4f85 a112d292be7f |
files | |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Mon Sep 17 06:43:16 2007 +0000 +++ b/pidgin/gtkconv.c Mon Sep 17 11:43:27 2007 +0000 @@ -1913,6 +1913,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: @@ -1923,6 +1924,7 @@ #else (curconv + 1) % g_list_length(GTK_NOTEBOOK(win->notebook)->children)); #endif + return TRUE; break; } /* End of switch */