diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-10 13:10:43 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-10 13:10:43 +0100 |
| commit | fc2c5e2f02e6da00e27d68a83277a61efdcc9f83 (patch) | |
| tree | 29578e2e041586f63d6aff5f6ec16db941ea2ef8 /src/Applet/CCApplet.h | |
| parent | 86930df464c57f84a461e4a98e5f813bff73952d (diff) | |
| download | abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.tar.gz abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.tar.xz abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.zip | |
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet/CCApplet.h')
| -rw-r--r-- | src/Applet/CCApplet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h index 15ac2f7..48dbabc 100644 --- a/src/Applet/CCApplet.h +++ b/src/Applet/CCApplet.h @@ -77,7 +77,7 @@ class CApplet protected: //@@TODO applet menus - static void OnAppletActivate_CB(GtkStatusIcon *status_icon,gpointer user_data); + static void OnAppletActivate_CB(GtkStatusIcon *status_icon, gpointer user_data); static void OnMenuPopup_cb(GtkStatusIcon *status_icon, guint button, guint activate_time, |
