]> git.pld-linux.org Git - packages/gg.git/commitdiff
- little fixy... got applied into gg so will be obsolete in the next version
authorMariusz Mazur <mmazur@pld-linux.org>
Wed, 17 Jul 2002 13:55:38 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg-lupa.patch -> 1.1

gg-lupa.patch [new file with mode: 0644]

diff --git a/gg-lupa.patch b/gg-lupa.patch
new file mode 100644 (file)
index 0000000..61b4c58
--- /dev/null
@@ -0,0 +1,18 @@
+diff -urN gg-0.2.4.orig/src/callbacks.c gg-0.2.4/src/callbacks.c
+--- gg-0.2.4.orig/src/callbacks.c      Sun Jul  7 14:30:35 2002
++++ gg-0.2.4/src/callbacks.c   Wed Jul 17 11:34:02 2002
+@@ -759,9 +759,10 @@
+ void on_search_unknown_clicked(GtkWidget * button, GGSession * sesja)
+ {
+       GGSearch *s;
+-      
+-      gtk_widget_destroy(wyniki_szukaj);
+-      
++
++      if (GTK_IS_WIDGET(wyniki_szukaj) && wyniki_szukaj != NULL)
++              gtk_widget_destroy(wyniki_szukaj);
++
+       s = g_new0(GGSearch, 1);
+       s->mode = 3;
+       s->uin = sesja->uin;
+
This page took 0.052944 seconds and 4 git commands to generate.