diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-04-23 19:33:42 +0800 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-04-23 19:33:42 +0800 |
commit | e1a592f9b27d98b4bf6c8f05fb2c524a177f185e (patch) | |
tree | d9d1cc2b8daba5c5fce8dcf5e5391a50b7c3822a | |
parent | 7a94f85d284baebdd3bbc0607205d3ced82748a2 (diff) | |
download | gsoc2013-empathy-e1a592f9b27d98b4bf6c8f05fb2c524a177f185e.tar gsoc2013-empathy-e1a592f9b27d98b4bf6c8f05fb2c524a177f185e.tar.gz gsoc2013-empathy-e1a592f9b27d98b4bf6c8f05fb2c524a177f185e.tar.bz2 gsoc2013-empathy-e1a592f9b27d98b4bf6c8f05fb2c524a177f185e.tar.lz gsoc2013-empathy-e1a592f9b27d98b4bf6c8f05fb2c524a177f185e.tar.xz gsoc2013-empathy-e1a592f9b27d98b4bf6c8f05fb2c524a177f185e.tar.zst gsoc2013-empathy-e1a592f9b27d98b4bf6c8f05fb2c524a177f185e.zip |
Add a comment for cassidy ;-)
-rw-r--r-- | libempathy-gtk/empathy-status-preset-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.c b/libempathy-gtk/empathy-status-preset-dialog.c index d8416a585..0fe577d97 100644 --- a/libempathy-gtk/empathy-status-preset-dialog.c +++ b/libempathy-gtk/empathy-status-preset-dialog.c @@ -54,6 +54,7 @@ static McPresence states[] = { typedef struct _EmpathyStatusPresetDialogPriv EmpathyStatusPresetDialogPriv; struct _EmpathyStatusPresetDialogPriv { + /* block status_preset_dialog_add_combo_changed() when > 0 */ int block_add_combo_changed; GtkWidget *presets_treeview; |