]> git.pld-linux.org Git - packages/gg.git/blame - gg-lupa.patch
- kill Icon: field (support for these is obsolete says jbj)
[packages/gg.git] / gg-lupa.patch
CommitLineData
b08147b1
MM
1diff -urN gg-0.2.4.orig/src/callbacks.c gg-0.2.4/src/callbacks.c
2--- gg-0.2.4.orig/src/callbacks.c Sun Jul 7 14:30:35 2002
3+++ gg-0.2.4/src/callbacks.c Wed Jul 17 11:34:02 2002
4@@ -759,9 +759,10 @@
5 void on_search_unknown_clicked(GtkWidget * button, GGSession * sesja)
6 {
7 GGSearch *s;
8-
9- gtk_widget_destroy(wyniki_szukaj);
10-
11+
12+ if (GTK_IS_WIDGET(wyniki_szukaj) && wyniki_szukaj != NULL)
13+ gtk_widget_destroy(wyniki_szukaj);
14+
15 s = g_new0(GGSearch, 1);
16 s->mode = 3;
17 s->uin = sesja->uin;
18
This page took 0.031553 seconds and 4 git commands to generate.