fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)

svn path=/trunk/; revision=19369
This commit is contained in:
Ulf Lamping 2006-09-29 22:40:55 +00:00
parent d6f0ae689c
commit 736bf234e8
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ module_prefs_show(module_t *module, gpointer user_data)
prefs_pref_foreach(module, pref_show, main_tb);
/* Associate this module with the page's frame. */
OBJECT_SET_DATA(main_sw, E_PAGE_MODULE_KEY, module);
OBJECT_SET_DATA(frame, E_PAGE_MODULE_KEY, module);
/* Add the page to the notebook */
gtk_notebook_append_page(GTK_NOTEBOOK(cts->notebook), main_sw, NULL);