pidgin/gtkconv.c

changeset 35842
82fdaf2769b5
parent 35838
64f331a1eaa0
child 35850
1abeda205d6c
child 37135
6271bcdee576
equal deleted inserted replaced
35841:56e1ef289cbb 35842:82fdaf2769b5
6644 end = strstr(alt, "\""); 6644 end = strstr(alt, "\"");
6645 if (end) 6645 if (end)
6646 end[0] = '\0'; 6646 end[0] = '\0';
6647 else 6647 else
6648 alt = NULL; 6648 alt = NULL;
6649 if (alt[0] == '\0') 6649 if (alt && alt[0] == '\0')
6650 alt = NULL; 6650 alt = NULL;
6651 } 6651 }
6652 6652
6653 /* add for ever - we don't know, when transfer finishes */ 6653 /* add for ever - we don't know, when transfer finishes */
6654 img_id = purple_image_store_add(image); 6654 img_id = purple_image_store_add(image);

mercurial