summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-12 18:11:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-12 18:11:47 +0000
commitea3e4f7255f969db34e77d6b49f6739dde29d524 (patch)
tree51932452428e02b894e62f87f10c5a126d9c5ca7 /gtk/gtklabel.c
parent731f230c24529fbef382a84ec5a2d0db58eaec76 (diff)
downloadgdk-pixbuf-ea3e4f7255f969db34e77d6b49f6739dde29d524.tar.gz
Fix a copy-and-paste error, noticed by Robert Ögren.
2004-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a copy-and-paste error, noticed by Robert Ögren.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 8a95d9451..bb6eb5f8d 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -853,7 +853,7 @@ gtk_label_setup_mnemonic (GtkLabel *label,
_gtk_menu_shell_remove_mnemonic (GTK_MENU_SHELL (mnemonic_menu),
last_key,
widget);
- label->mnemonic_window = NULL;
+ mnemonic_menu = NULL;
}
}