pidgin/gtkdebug.c

changeset 38378
7fed48292d93
parent 38377
88e5bd05a57c
child 38433
361c801c4536
equal deleted inserted replaced
38377:88e5bd05a57c 38378:7fed48292d93
38 38
39 #include <gdk/gdkkeysyms.h> 39 #include <gdk/gdkkeysyms.h>
40 40
41 #include "gtk3compat.h" 41 #include "gtk3compat.h"
42 42
43 #include "gtkdebug.gresource.h" 43 #include "pidgin.gresource.h"
44 44
45 typedef struct 45 typedef struct
46 { 46 {
47 GtkWidget *window; 47 GtkWidget *window;
48 GtkWidget *text; 48 GtkWidget *text;
587 587
588 /* Add the gtkwebview */ 588 /* Add the gtkwebview */
589 frame = pidgin_create_webview(FALSE, &win->text, NULL); 589 frame = pidgin_create_webview(FALSE, &win->text, NULL);
590 pidgin_webview_set_format_functions(PIDGIN_WEBVIEW(win->text), 590 pidgin_webview_set_format_functions(PIDGIN_WEBVIEW(win->text),
591 PIDGIN_WEBVIEW_ALL ^ PIDGIN_WEBVIEW_SMILEY ^ PIDGIN_WEBVIEW_IMAGE); 591 PIDGIN_WEBVIEW_ALL ^ PIDGIN_WEBVIEW_SMILEY ^ PIDGIN_WEBVIEW_IMAGE);
592 resource = gtkdebug_get_resource(); 592 resource = pidgin_get_resource();
593 error = NULL; 593 error = NULL;
594 resource_bytes = g_resource_lookup_data(resource, 594 resource_bytes = g_resource_lookup_data(resource,
595 "/im/pidgin/Pidgin/gtkdebug.html", 595 "/im/pidgin/Pidgin/gtkdebug.html",
596 G_RESOURCE_LOOKUP_FLAGS_NONE, 596 G_RESOURCE_LOOKUP_FLAGS_NONE,
597 &error); 597 &error);

mercurial