org.guifications.plugins: 8b7205059f62d7bd12ea5cb6a024182c74f42a74
sadrul at guifications.org
sadrul at guifications.org
Wed Apr 23 00:30:06 CDT 2008
-----------------------------------------------------------------
Revision: 8b7205059f62d7bd12ea5cb6a024182c74f42a74
Ancestor: ef65ea12009bef406693df5b5f6e5023d6601855
Author: sadrul at guifications.org
Date: 2008-04-23T05:26:38
Branch: org.guifications.plugins
Modified files:
xchat-chats/xchat-chats.c
ChangeLog:
Fix unloading the plugin. I thought this used to work correctly,
apparently it didn't.
-----------------------------------------------------------------
This revision's diffstat output:
xchat-chats.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------- next part --------------
============================================================
--- xchat-chats/xchat-chats.c 3219aca00d3cc2cf0889fe3cf175d5212720dc44
+++ xchat-chats/xchat-chats.c dc0abe2a0f475163b93900b0ef9d4427c105cedf
@@ -428,9 +428,8 @@ static void remove_xtext(PurpleConversat
gtk_paned_add1(GTK_PANED(parent), gx->imhtml);
g_object_unref(gx->imhtml);
+ gtk_widget_destroy(frame);
gtk_widget_show_all(gx->imhtml);
-
- gtk_widget_destroy(frame);
}
static gboolean
More information about the Plugins-commits
mailing list