mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix minor oops
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ get_or_create_tag (GtkTextTagTable * table, const char * key)
|
||||
if (!tag) {
|
||||
tag = gtk_text_tag_new (key);
|
||||
gtk_text_tag_table_add (table, tag);
|
||||
g_object_unref (tag); // table refs it
|
||||
g_object_unref (tag); /* table refs it */
|
||||
}
|
||||
|
||||
return tag;
|
||||
|
||||
Reference in New Issue
Block a user