pidgin/pidgindebug.c

changeset 42358
5cde734cf63d
parent 42352
1c53950f9052
child 42410
563e7a17c220
equal deleted inserted replaced
42357:0073491e35ff 42358:5cde734cf63d
377 return; 377 return;
378 } 378 }
379 379
380 g_clear_pointer(&win->regex, g_regex_unref); 380 g_clear_pointer(&win->regex, g_regex_unref);
381 381
382 win->regex = g_regex_new(text, G_REGEX_CASELESS|G_REGEX_JAVASCRIPT_COMPAT, 0, NULL); 382 win->regex = g_regex_new(text, G_REGEX_CASELESS, 0, NULL);
383 383
384 if (win->regex == NULL) { 384 if (win->regex == NULL) {
385 /* failed to compile */ 385 /* failed to compile */
386 regex_change_color(win->expression, FALSE); 386 regex_change_color(win->expression, FALSE);
387 gtk_widget_set_sensitive(win->filter, FALSE); 387 gtk_widget_set_sensitive(win->filter, FALSE);

mercurial