pidgin/gtkpluginpref.c

changeset 41947
7b3312d0760c
parent 41629
f617ffec2950
child 42094
2707c81648a0
equal deleted inserted replaced
41946:0fb3b0e7122f 41947:7b3312d0760c
35 return FALSE; 35 return FALSE;
36 } 36 }
37 37
38 38
39 static void 39 static void
40 multiline_cb(GtkTextBuffer *buffer, gpointer data) { 40 multiline_cb(GtkTextBuffer *buffer, G_GNUC_UNUSED gpointer data) {
41 gchar *pref = NULL, *text = NULL; 41 gchar *pref = NULL, *text = NULL;
42 42
43 pref = g_object_get_data(G_OBJECT(buffer), "pref-key"); 43 pref = g_object_get_data(G_OBJECT(buffer), "pref-key");
44 g_return_if_fail(pref); 44 g_return_if_fail(pref);
45 45

mercurial